Gym now uses ale-py instead of atari-py

main
Aurélien Geron 2021-10-18 16:23:59 +13:00
parent 97dd4d9da4
commit bbaf557c52
1 changed files with 1 additions and 4 deletions

View File

@ -3,8 +3,6 @@ channels:
- conda-forge
- defaults
dependencies:
- atari_py=0.2 # used only in chapter 17
- box2d-py=2.3 # used only in chapter 17
- ftfy=6.0 # used only in chapter 15 by the transformers library
- graphviz # used only in chapter 5 for dot files
- gym=0.19 # used only in chapter 17
@ -46,8 +44,7 @@ dependencies:
- tfx~=1.3.0 # platform to deploy production ML pipelines
- transformers~=4.11.3 # Natural Language Processing lib for TF or PyTorch
- urlextract~=1.4.0 # optionally used in chapter 3, exercise 4
- ale-py~=0.7.2 # used only in chapter 17
- AutoROM~=0.4.2 # used only in chapter 17
- gym[box2d,atari,accept-rom-license]~=0.21.0 # used only in chapter 18
# Specific lib versions to avoid conflicts
- attrs=20.3