New optional dependency: jax
(Required, so that we can make all gymnasium envs during our tests)
This commit is contained in:
parent
659a717fbd
commit
cf886b2b87
1
setup.py
1
setup.py
@ -10,6 +10,7 @@ extras = {
|
||||
'metaworld': ['metaworld @ git+https://github.com/Farama-Foundation/Metaworld.git@d155d0051630bb365ea6a824e02c66c068947439#egg=metaworld'],
|
||||
'box2d': ['gymnasium[box2d]>=0.26.0'],
|
||||
'mujoco': ['mujoco==2.3.3', 'gymnasium[mujoco]>0.26.0'],
|
||||
'jax': ["jax >=0.4.0", "jaxlib >=0.4.0"],
|
||||
}
|
||||
|
||||
# All dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user