Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flatland-examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Flatland
flatland-examples
Commits
85067914
Commit
85067914
authored
4 years ago
by
MasterScrat
Browse files
Options
Downloads
Patches
Plain Diff
Updated sweep
parent
7a973aee
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
reinforcement_learning/multi_agent_training.py
+0
-1
0 additions, 1 deletion
reinforcement_learning/multi_agent_training.py
sweep.yaml
+7
-8
7 additions, 8 deletions
sweep.yaml
with
7 additions
and
9 deletions
reinforcement_learning/multi_agent_training.py
+
0
−
1
View file @
85067914
...
...
@@ -488,7 +488,6 @@ if __name__ == "__main__":
"
observation_max_path_depth
"
:
30
}
def
check_env_config
(
id
):
if
id
>=
len
(
env_params
)
or
id
<
0
:
print
(
"
\n
🛑 Invalid environment configuration, only Test_0 to Test_{} are supported.
"
.
format
(
len
(
env_params
)
-
1
))
...
...
This diff is collapsed.
Click to expand it.
sweep.yaml
+
7
−
8
View file @
85067914
...
...
@@ -5,16 +5,15 @@ metric:
goal
:
maximize
parameters
:
n_episodes
:
values
:
[
1500
]
learning_rate
:
# default: 0.00005 (rllib: same)
values
:
[
0.000040
,
0.000045
,
0.000050
,
0.000055
,
0.000060
]
values
:
[
2000
]
hidden_size
:
# default:
128
# default:
256
values
:
[
128
,
256
,
512
]
buffer_size
:
# default:
10
0000
# default:
5
0000
values
:
[
50000
,
100000
,
500000
,
1000000
]
batch_size
:
# default: 512 (rllib: 32)
values
:
[
32
,
64
,
128
,
256
]
\ No newline at end of file
# default: 32
values
:
[
16
,
32
,
64
,
128
]
training_env_config
:
values
:
[
0
,
1
,
2
]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment