Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
neurips2020-flatland-baselines
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Flatland
neurips2020-flatland-baselines
Commits
00b5d4b5
Commit
00b5d4b5
authored
Jul 08, 2020
by
manuschn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
6 changed files
with
16 additions
and
6 deletions
+16
-6
experiments/tests/combined_obs_apex.yaml
experiments/tests/combined_obs_apex.yaml
+1
-1
experiments/tests/global_density_obs_apex.yaml
experiments/tests/global_density_obs_apex.yaml
+1
-1
experiments/tests/global_obs_ppo.yaml
experiments/tests/global_obs_ppo.yaml
+1
-1
experiments/tests/local_conflict_obs_apex.yaml
experiments/tests/local_conflict_obs_apex.yaml
+1
-1
experiments/tests/tree_obs_apex.yaml
experiments/tests/tree_obs_apex.yaml
+1
-1
test.sh
test.sh
+11
-1
No files found.
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