From ac637c33e2b81b8b415c10e2668f999833299339 Mon Sep 17 00:00:00 2001 From: gmollard <guillaume.mollard2@gmail.com> Date: Mon, 20 May 2019 11:16:25 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e55c2ba..63afbd4 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ It should be clone inside the main flatland repository. ## Installation: ```sh - $pip install ray - $pip install gin-config +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`. -- GitLab