Update jax environment names (#414)

This commit is contained in:
Mark Towers
2023-03-30 14:00:14 +01:00
committed by GitHub
parent 4577717bc9
commit 44bdfa1fe0
4 changed files with 9 additions and 9 deletions

View File

@@ -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: