Skip to content
Snippets Groups Projects
user avatar
u214892 authored
5c65a0b1
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