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