From 1b0b500585a58a654f52134c8a17b28c923cd2ab Mon Sep 17 00:00:00 2001 From: "Egli Adrian (IT-SCI-API-PFI)" <adrian.egli@sbb.ch> Date: Mon, 1 Feb 2021 08:24:22 +0100 Subject: [PATCH] Ready to release - just fork me --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fa47057..13aabfd 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ set_action_size_reduced() ``` action space. The reduced action space just removes DO_NOTHING. +--- +The used policy is based on the FastTreeObs in the official starter kit - NeurIPS 2020 Flatland Challenge. But the + FastTreeObs in this repo is extended version. +[fast_tree_obs.py](./utils/fast_tree_obs.py) + --- Have a look into the [run.py](./run.py) file. There you can select using PPO or DDDQN as RL agents. -- GitLab