From 59aa60e9b5780ba9b2dfb55100712fa2f670de40 Mon Sep 17 00:00:00 2001 From: SP Mohanty <spmohanty91@gmail.com> Date: Tue, 30 Jul 2019 07:20:10 +0200 Subject: [PATCH] Update readme --- README.md | 5 +++-- environment.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c8e888..b952ca7 100644 --- a/README.md +++ b/README.md @@ -92,11 +92,12 @@ You can find more instructions on how to run redis [here](https://redis.io/topic * **Run evaluator** ``` -cd flatland-challenge-starter-kit # In a separate tab : run local grader -flatland-evaluation --tests <path_to_your_tests_directory> +flatland-evaluator --tests <path_to_your_tests_directory> +# If you downloaded the files to the location we specified above, then you should be running : +flatland-evaluator --tests ./scratch/test-envs/ ``` * **Run Agent(s)** diff --git a/environment.yml b/environment.yml index f9f19fc..d95f1fa 100644 --- a/environment.yml +++ b/environment.yml @@ -1,4 +1,4 @@ -name: flatland-rl-test +name: flatland-rl channels: - defaults - conda-forge -- GitLab