Skip to content

Commit

Permalink
Merge pull request #285 from lijiyao919/master
Browse files Browse the repository at this point in the history
add h5py in requirement.txt and add conda intall atari in readme
  • Loading branch information
ikostrikov2 authored Nov 24, 2021
2 parents 6bc954d + c2925c9 commit 41332b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ conda install pytorch torchvision -c soumith

# Other requirements
pip install -r requirements.txt

# Gym Atari
conda install -c conda-forge gym-atari
```

## Contributions
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
gym
matplotlib
pybullet
stable-baselines3
stable-baselines3
h5py

0 comments on commit 41332b7

Please sign in to comment.