From 9823cad6277c2b454ae1f3d69708820b928f2846 Mon Sep 17 00:00:00 2001 From: gmollard <guillaume.mollard2@gmail.com> Date: Sat, 29 Jun 2019 13:06:34 +0000 Subject: [PATCH] Add README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c4451a --- /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> + -- GitLab