diff --git a/README.md b/README.md index 2c8e888d674aa5438879d8ebc3f057b3fb776d8c..b952ca7a9d14f1219e465147d4859bb715ee942c 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 f9f19fcc4dd3cb71365d75c397241198edf1071b..d95f1fae7e1e7aba651bd7bf5c39fefcc1e3ef93 100644 --- a/environment.yml +++ b/environment.yml @@ -1,4 +1,4 @@ -name: flatland-rl-test +name: flatland-rl channels: - defaults - conda-forge