mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-24 07:22:43 +00:00
More thresholds.
This commit is contained in:
@@ -160,16 +160,19 @@ register(
|
|||||||
id='Reacher-v1',
|
id='Reacher-v1',
|
||||||
entry_point='gym.envs.mujoco:ReacherEnv',
|
entry_point='gym.envs.mujoco:ReacherEnv',
|
||||||
timestep_limit=50
|
timestep_limit=50
|
||||||
|
reward_threshold=-3.75,
|
||||||
)
|
)
|
||||||
|
|
||||||
register(
|
register(
|
||||||
id='InvertedPendulum-v1',
|
id='InvertedPendulum-v1',
|
||||||
entry_point='gym.envs.mujoco:InvertedPendulumEnv',
|
entry_point='gym.envs.mujoco:InvertedPendulumEnv',
|
||||||
|
reward_threshold=950.0,
|
||||||
)
|
)
|
||||||
|
|
||||||
register(
|
register(
|
||||||
id='InvertedDoublePendulum-v1',
|
id='InvertedDoublePendulum-v1',
|
||||||
entry_point='gym.envs.mujoco:InvertedDoublePendulumEnv',
|
entry_point='gym.envs.mujoco:InvertedDoublePendulumEnv',
|
||||||
|
reward_threshold=9100.0,
|
||||||
)
|
)
|
||||||
|
|
||||||
register(
|
register(
|
||||||
|
Reference in New Issue
Block a user