diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..7c4451a2e6649ac177539301999ceddfbd55bede --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Examples of scripts to train agents in the Flatland environment. +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 `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> +