From 5f272c1c17ed7bd03747cfcae77c3f2f16c17844 Mon Sep 17 00:00:00 2001
From: gmollard <guillaume.mollard2@gmail.com>
Date: Wed, 15 May 2019 12:41:46 +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..1253c08
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+This repository allows to run Rail Environment multi agent training with the RLLib Library.
+To start a grid search on some parameters, you can create a folder containing a config.gin file.
+Then, you can modify the config.gin file path at the end of the grid_search_train.py file.
+
+The results will be stored inside the folder, and the learning curves can be visualized in 
+tensorboard: 'tensorboard --logdir=/path/to/foler_containing_config_gin_file'.
\ No newline at end of file
-- 
GitLab