Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Update README #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

Code to be updated with the latest version corresponding to the new paper soon.

Paper located at: [arxiv.org/abs/1901.10995](https://arxiv.org/abs/1901.10995)
The paper: [*Go-Explore: a New Approach for Hard-Exploration Problems*
](https://arxiv.org/abs/1901.10995) can be cited as follows
```
@article{ecoffet2019go,
title={Go-explore: a new approach for hard-exploration problems},
author={Ecoffet, Adrien and Huizinga, Joost and Lehman, Joel and Stanley, Kenneth O and Clune, Jeff},
journal={arXiv preprint arXiv:1901.10995},
year={2019}
}
```

## Requirements

Expand All @@ -19,7 +28,7 @@ able to run all phases. Unless otherwise specified, libraries can be installed u

These libraries are sufficient to run Go-Explore Phase 1 with custom environments, which you may model after `goexplore_py/pitfall_env.py` and `goexplore_py/montezuma_env.py`.

The ALE/atari-py is not part of Go-Explore. If you are interested in running Go-Explore on Atari environments (for example to reproduce our experiments), you may install `gym[atari]` instead of just `gym`. Doing so will install atari-py. atari-py is licensed under GPLv2.
The [ALE/atari-py](https://github.com/openai/atari-py) is not part of Go-Explore. If you are interested in running Go-Explore on Atari environments (for example to reproduce our experiments), you may install `gym[atari]` instead of just `gym`. Doing so will install atari-py. atari-py is licensed under GPLv2.

**Additional libraries for demo generation:**
- ffmpeg (non-Python library, install using package manager)
Expand Down