Forked from
Flatland / baselines
122 commits behind the upstream repository.
-
Erik Nygren authoredErik Nygren authored
README.md 1.00 KiB
Examples of scripts to train agents in the Flatland environment.
Torch Training
The torch_training
folder shows an example of how to train agents with a DQN implemented in pytorch.
In the links below you find introductions to training an agent on Flatland:
- Training an agent for navigation (Introduction)
- Training multiple agents to avoid conflicts (Introduction)
Use this introductions to get used to the Flatland environment. Then build your own predictors, observations and agents to improve the performance even more and solve the most complex environments of the challenge.
RLLib Training
The RLLib_training
folder shows an example of how to train agents with algorithm from implemented in the RLLib library available at: https://github.com/ray-project/ray/tree/master/python/ray/rllib