Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -197,7 +197,7 @@ zlib (see "Install via source" above).
From the root directory, tests can be run with a command such as:

```
python -um tests.agents.rainbow.rainbow_agent_test
python -um tests.dopamine.agents.rainbow.rainbow_agent_test
```

### References
Expand Down