Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
neurips2020-flatland-starter-kit
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Contributor 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
adrian_egli
neurips2020-flatland-starter-kit
Commits
9f5d3406
Commit
9f5d3406
authored
4 years ago
by
Egli Adrian (IT-SCI-API-PFI)
Browse files
Options
Downloads
Patches
Plain Diff
Ready to release - just fork me
parent
9818ac72
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-4
5 additions, 4 deletions
README.md
with
5 additions
and
4 deletions
README.md
+
5
−
4
View file @
9f5d3406
...
...
@@ -2,7 +2,7 @@
---
You can us
ing
for your own experiments
You can us
e
for your own experiments
```
python
set_action_size_full
()
```
...
...
@@ -10,10 +10,10 @@ or
```
python
set_action_size_reduced
()
```
action space. The reduced action space removes DO_NOTHING.
action space. The reduced action space
just
removes DO_NOTHING.
---
Have a look into the
[
run.py
](
.
\
run.py
)
file. There you can select using PPO or DDDQN as RL agents
Have a look into the
[
run.py
](
.
/
run.py
)
file. There you can select using PPO or DDDQN as RL agents
.
```
python
####################################################
...
...
@@ -79,11 +79,12 @@ if False:
---
A deadlock avoidance agent is implemented. The agent only lets the train take the shortest route. And it tries to avoid as many deadlocks as possible.
*
[
dead_lock_avoidance_agent.py
](
.
\
utils
\
dead_lock_avoidance_agent.py
)
*
[
dead_lock_avoidance_agent.py
](
.
/
utils
/
dead_lock_avoidance_agent.py
)
---
The policy interface has changed, please have a look into
*
[
policy.py
]
(./reinforcement_learning/policy.py)
---
See the tensorboard training output to get some insights:
...
...
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