Skip to content

Commit

Permalink
add h5py in requirement.txt and add conda intall atari in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lijiyao919 committed Nov 24, 2021
1 parent 6bc954d commit c2925c9
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 c2925c9

Please sign in to comment.