Skip to content

Commit

Permalink
Update pendulum.py (#3086)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikamensh committed Sep 14, 2022
1 parent af14749 commit 94aaff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gym/envs/classic_control/pendulum.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class PendulumEnv(gym.Env):
| Num | Observation | Min | Max |
|-----|------------------|------|-----|
| 0 | x = cos(theta) | -1.0 | 1.0 |
| 1 | y = sin(angle) | -1.0 | 1.0 |
| 1 | y = sin(theta) | -1.0 | 1.0 |
| 2 | Angular Velocity | -8.0 | 8.0 |
### Rewards
Expand Down

0 comments on commit 94aaff9

Please sign in to comment.