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
769e4518
Commit
769e4518
authored
May 06, 2020
by
MasterScrat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added medium stochastic env and experiment
parent
b88ae4a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
0 deletions
+46
-0
envs/flatland/generator_configs/medium_stoch_v0.yaml
envs/flatland/generator_configs/medium_stoch_v0.yaml
+14
-0
experiments/flatland_sparse/medium_stoch_v0/tree_obs_fc_net/apex.yaml
...flatland_sparse/medium_stoch_v0/tree_obs_fc_net/apex.yaml
+32
-0
No files found.
envs/flatland/generator_configs/medium_stoch_v0.yaml
0 → 100644
View file @
769e4518
# taken from Flatland examples/flatland_2_0_example.py
width
:
100
height
:
100
number_of_agents
:
100
max_num_cities
:
30
grid_mode
:
False
max_rails_between_cities
:
2
max_rails_in_city
:
8
malfunction_rate
:
30
malfunction_min_duration
:
3
malfunction_max_duration
:
20
seed
:
0
regenerate_rail_on_reset
:
True
regenerate_schedule_on_reset
:
True
\ No newline at end of file
experiments/flatland_sparse/medium_stoch_v0/tree_obs_fc_net/apex.yaml
0 → 100644
View file @
769e4518
flatland-random-sparse-small-tree-fc-ppo
:
run
:
APEX
env
:
flatland_sparse
stop
:
timesteps_total
:
100000000
# 1e8
checkpoint_freq
:
10
checkpoint_at_end
:
True
keep_checkpoints_num
:
5
checkpoint_score_attr
:
episode_reward_mean
config
:
num_workers
:
9
num_envs_per_worker
:
5
num_gpus
:
0
env_config
:
observation
:
tree
observation_config
:
max_depth
:
2
shortest_path_max_depth
:
30
generator
:
sparse_rail_generator
generator_config
:
medium_stoch_v0
wandb
:
project
:
flatland
entity
:
masterscrat
tags
:
[
"
medium_stoch_v0"
,
"
tree_obs"
,
"
apex"
]
# TODO should be set programmatically
model
:
fcnet_activation
:
relu
fcnet_hiddens
:
[
256
,
256
]
vf_share_layers
:
True
# False
\ No newline at end of file
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