mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-30 21:34:30 +00:00
Update jax environment names (#414)
This commit is contained in:
@@ -14,9 +14,9 @@ exclude_env_names = [
|
||||
"FrozenLake8x8",
|
||||
"LunarLanderContinuous",
|
||||
"BipedalWalkerHardcore",
|
||||
"CartPoleJax",
|
||||
"PendulumJax",
|
||||
"Jax-Blackjack",
|
||||
"phys2d/CartPole",
|
||||
"phys2d/Pendulum",
|
||||
"tabular/Blackjack",
|
||||
]
|
||||
for env_spec in gym.registry.values():
|
||||
if env_spec.name not in exclude_env_names:
|
||||
|
Reference in New Issue
Block a user