Skip to content
Snippets Groups Projects
Forked from Flatland / baselines
207 commits behind the upstream repository.
user avatar
u214892 authored
07285d5f
History

Examples of scripts to train agents in the Flatland environment.

It should be cloned inside the main flatland repository.

The torch_training folder 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 algorithm from implemented in the RLLib library available at: https://github.com/ray-project/ray/tree/master/python/ray/rllib