-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Reacher v2
Ching-an Wu edited this page Jun 24, 2019
·
5 revisions
- Name: Reacher-v2
- Category: Mujoco
- Leaderboard Page
- Old links:
A 2 DOF robotic arm whose task is to reacher a particular target in the field.
To be completed
Type: Discrete(2)
Num | Action |
---|---|
0 | Push cart to the left |
1 | Push cart to the right |
Note: The amount the velocity is reduced or increased is not fixed as it depends on the angle the pole is pointing. This is because the center of gravity of the pole increases the amount of energy needed to move the cart underneath it
Reward is 1 for every step taken, including the termination step
All observations are assigned a uniform random value between ±0.05
- Pole Angle is more than ±12°
- Cart Position is more than ±2.4 (center of the cart reaches the edge of the display)
- Episode length is greater than 200
Considered solved when the average reward is greater than or equal to 195.0 over 100 consecutive trials.
- Gym Repository
- Wiki Home
- Leaderboard
- Environments
- FAQ
- Resources
- Feature Requests