Skip to content
Snippets Groups Projects
Commit 9f5d3406 authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

Ready to release - just fork me

parent 9818ac72
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
--- ---
You can using for your own experiments You can use for your own experiments
```python ```python
set_action_size_full() set_action_size_full()
``` ```
...@@ -10,10 +10,10 @@ or ...@@ -10,10 +10,10 @@ or
```python ```python
set_action_size_reduced() 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 ```python
#################################################### ####################################################
...@@ -79,11 +79,12 @@ if False: ...@@ -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. 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 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: See the tensorboard training output to get some insights:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment