From c0c50d7f9e2b690f25b76b644cf3a145bdd32057 Mon Sep 17 00:00:00 2001 From: crobarcro Date: Wed, 14 Nov 2018 14:31:10 +0000 Subject: [PATCH] incorrect path in test command the path is wrong in the command to run `atari_init_test.py` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e273241..d65382a0 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ You can test whether the installation was successful by running the following: ``` cd dopamine export PYTHONPATH=${PYTHONPATH}:. -python tests/atari_init_test.py +python tests/dopamine/atari_init_test.py ``` The entry point to the standard Atari 2600 experiment is