Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ script:
Conda.add("numpy");
Conda.add("scipy==0.17.1");
ENV["PYTHONHOME"] = "";
Conda.add("python=3.6");
Pkg.build("PyCall");'
- ~/.julia/conda/3/bin/pip install 'gym[atari]'
- ~/.julia/conda/3/bin/pip install 'gym[atari]==0.11.0'
- julia -e 'using Pkg;
Pkg.activate(".");
Pkg.test(coverage = true);'
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ end
then install gym from the command line:

```
~/.julia/conda/3/bin/pip install 'gym[all]'
~/.julia/conda/3/bin/pip install 'gym[all]==0.11.0'
```

We only test with gym v0.11.0 at this moment.

### Install OpenAIGym.jl

```julia
Expand Down