Skip to content
Snippets Groups Projects
Commit af03b004 authored by gmollard's avatar gmollard
Browse files

Update README.md

parent 9823cad6
No related branches found
No related tags found
No related merge requests found
Examples of scripts to train agents in the Flatland environment. Examples of scripts to train agents in the Flatland environment.
It should be cloned inside the main flatland repository. It should be cloned inside the main flatland repository.
The `torch_training` shows an example of how to train agents with a DQN implemented in pytorch. The `torch_training` shows an example of how to train agents with a DQN implemented in pytorch.
The `RLLib_training` folder shows an example of how to train agents with the RLLib library available at:
<https://github.com/ray-project/ray/tree/master/python/ray/rllib> The `RLLib_training` folder shows an example of how to train agents with the RLLib library available at: <https://github.com/ray-project/ray/tree/master/python/ray/rllib>
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