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
b8f59603
Commit
b8f59603
authored
May 29, 2020
by
nilabha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused attributes and update config
parent
a9c2418d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
envs/flatland_sparse.py
envs/flatland_sparse.py
+0
-2
experiments/flatland_sparse/small_v0/tree_obs_fc_net/recording/ppo.yaml
...atland_sparse/small_v0/tree_obs_fc_net/recording/ppo.yaml
+0
-1
No files found.
envs/flatland_sparse.py
View file @
b8f59603
...
...
@@ -51,7 +51,6 @@ class FlatlandSparse(MultiAgentEnv):
def
__init__
(
self
,
env_config
)
->
None
:
super
().
__init__
()
self
.
video_folders
=
[]
# TODO implement other generators
assert
env_config
[
'generator'
]
==
'sparse_rail_generator'
...
...
@@ -140,7 +139,6 @@ class FlatlandSparse(MultiAgentEnv):
folder
=
self
.
_env_config
.
get
(
'video_dir'
,
env_name
)
monitor
.
Monitor
.
_after_step
=
_after_step
self
.
_env
=
monitor
.
Monitor
(
self
.
_env
,
folder
,
resume
=
True
)
self
.
video_folders
.
append
(
folder
)
return
self
.
_env
.
reset
()
def
render
(
self
,
mode
=
'human'
):
...
...
experiments/flatland_sparse/small_v0/tree_obs_fc_net/recording/ppo.yaml
View file @
b8f59603
...
...
@@ -44,7 +44,6 @@ flatland-render-test:
project
:
neurips2020-flatland-baselines
entity
:
nilabha2007
tags
:
[
"
small_v0"
,
"
tree_obs"
]
# TODO should be set programmatically
reinit
:
True
# monitor_gym: True # Wandb video doesn't seem to work
model
:
...
...
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