Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Flatland
neurips2020-flatland-baselines
Commits
00b5d4b5
Commit
00b5d4b5
authored
Jul 08, 2020
by
manuschn
Browse files
test configs adjusted to improve speed, tests added to test.sh
parent
dc367bae
Pipeline
#4880
passed with stage
in 50 minutes and 20 seconds
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
experiments/tests/combined_obs_apex.yaml
View file @
00b5d4b5
...
...
@@ -2,7 +2,7 @@ flatland-sparse-small-density-cnn-apex:
run
:
APEX
env
:
flatland_sparse
stop
:
timesteps_total
:
100
00
timesteps_total
:
5
00
checkpoint_freq
:
10
checkpoint_at_end
:
True
keep_checkpoints_num
:
5
...
...
experiments/tests/global_density_obs_apex.yaml
View file @
00b5d4b5
...
...
@@ -2,7 +2,7 @@ flatland-sparse-small-density-cnn-apex:
run
:
APEX
env
:
flatland_sparse
stop
:
timesteps_total
:
100
00
timesteps_total
:
5
00
checkpoint_freq
:
10
checkpoint_at_end
:
True
keep_checkpoints_num
:
5
...
...
experiments/tests/global_obs_ppo.yaml
View file @
00b5d4b5
...
...
@@ -2,7 +2,7 @@ flatland-sparse-global-conv-ppo:
run
:
PPO
env
:
flatland_sparse
stop
:
timesteps_total
:
500
# 1e7
timesteps_total
:
500
checkpoint_freq
:
10
checkpoint_at_end
:
True
keep_checkpoints_num
:
5
...
...
experiments/tests/conflict_obs_apex.yaml
→
experiments/tests/
local_
conflict_obs_apex.yaml
View file @
00b5d4b5
...
...
@@ -2,7 +2,7 @@ flatland-random-sparse-small-tree-fc-ppo:
run
:
APEX
env
:
flatland_sparse
stop
:
timesteps_total
:
500
00
timesteps_total
:
500
checkpoint_freq
:
10
checkpoint_at_end
:
True
keep_checkpoints_num
:
5
...
...
experiments/tests/tree_obs_apex.yaml
View file @
00b5d4b5
...
...
@@ -2,7 +2,7 @@ flatland-random-sparse-small-tree-fc-ppo:
run
:
APEX
env
:
flatland_sparse
stop
:
timesteps_total
:
100000000
# 1e8
timesteps_total
:
500
checkpoint_freq
:
10
checkpoint_at_end
:
True
keep_checkpoints_num
:
5
...
...
test.sh
View file @
00b5d4b5
...
...
@@ -17,6 +17,16 @@ echo "===================="
time
python ./train.py
-f
experiments/tests/global_density_obs_apex.yaml
echo
"===================="
echo
"COMBINED OBS"
echo
"LOCAL CONFLICT OBS"
echo
"===================="
time
python ./train.py
-f
experiments/tests/local_conflict_obs_apex.yaml
echo
"===================="
echo
"TREE OBS"
echo
"===================="
time
python ./train.py
-f
experiments/tests/tree_obs_apex.yaml
echo
"===================="
echo
"COMBINED OBS (TREE + LOCAL CONFLICT)"
echo
"===================="
time
python ./train.py
-f
experiments/tests/combined_obs_apex.yaml
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment