From 33ea681c6575a6c14a7b53437c7b0987d37e554f Mon Sep 17 00:00:00 2001 From: gmollard <guillaume.mollard2@gmail.com> Date: Wed, 15 May 2019 12:45:49 +0000 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1253c08..e6b0bee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ 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. + +It should be clone inside the main flatland repository. + +## Installation: +`pip install ray` + +`pip install gin-config` + +To start a grid search on some parameters, you can create a folder containing a config.gin file (see example in `grid_search_configs/n_agents_grid_search/config.gin`. + 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 +tensorboard: `tensorboard --logdir=/path/to/foler_containing_config_gin_file`. \ No newline at end of file -- GitLab