Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored Apr 5, 2024
1 parent d430379 commit 3756265
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gymnasium/envs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
vector_entry_point="gymnasium.envs.phys2d.cartpole:CartPoleJaxVectorEnv",
max_episode_steps=200,
reward_threshold=195.0,
disable_env_checker=True,
)

register(
Expand All @@ -69,15 +68,13 @@
vector_entry_point="gymnasium.envs.phys2d.cartpole:CartPoleJaxVectorEnv",
max_episode_steps=500,
reward_threshold=475.0,
disable_env_checker=True,
)

register(
id="phys2d/Pendulum-v0",
entry_point="gymnasium.envs.phys2d.pendulum:PendulumJaxEnv",
vector_entry_point="gymnasium.envs.phys2d.pendulum:PendulumJaxVectorEnv",
max_episode_steps=200,
disable_env_checker=True,
)

# Box2d
Expand Down Expand Up @@ -164,13 +161,11 @@
register(
id="tabular/Blackjack-v0",
entry_point="gymnasium.envs.tabular.blackjack:BlackJackJaxEnv",
disable_env_checker=True,
)

register(
id="tabular/CliffWalking-v0",
entry_point="gymnasium.envs.tabular.cliffwalking:CliffWalkingJaxEnv",
disable_env_checker=True,
)


Expand Down

0 comments on commit 3756265

Please sign in to comment.