Replace gym with gymnasium
parent
4f5aa43f92
commit
98929ef528
|
@ -28,7 +28,7 @@ transformers~=4.35.0
|
||||||
# installation instructions.
|
# installation instructions.
|
||||||
|
|
||||||
tensorflow~=2.14.0
|
tensorflow~=2.14.0
|
||||||
keras-core
|
|
||||||
# Optional: the TF Serving API library is just needed for chapter 18.
|
# Optional: the TF Serving API library is just needed for chapter 18.
|
||||||
tensorflow-serving-api~=2.14.0 # or tensorflow-serving-api-gpu if gpu
|
tensorflow-serving-api~=2.14.0 # or tensorflow-serving-api-gpu if gpu
|
||||||
|
|
||||||
|
@ -43,9 +43,9 @@ keras-tuner~=1.4.6
|
||||||
##### Reinforcement Learning library (chapter 18)
|
##### Reinforcement Learning library (chapter 18)
|
||||||
|
|
||||||
# There are a few dependencies you need to install first, check out:
|
# There are a few dependencies you need to install first, check out:
|
||||||
# https://github.com/openai/gym#installing-everything
|
# https://github.com/Farama-Foundation/Gymnasium
|
||||||
gym[Box2D,atari,accept-rom-license]~=0.26.2
|
swig~=4.1.1
|
||||||
|
gymnasium[Box2D,atari,accept-rom-license]~=0.29.1
|
||||||
# WARNING: on Windows, installing Box2D this way requires:
|
# WARNING: on Windows, installing Box2D this way requires:
|
||||||
# * Swig: http://www.swig.org/download.html
|
# * Swig: http://www.swig.org/download.html
|
||||||
# * Microsoft C++ Build Tools:
|
# * Microsoft C++ Build Tools:
|
||||||
|
|
Loading…
Reference in New Issue