Skip to content

Commit

Permalink
Typo in car_racing.py (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
carschandler authored Nov 11, 2024
1 parent ec7e6d7 commit e8c7357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gymnasium/envs/box2d/car_racing.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class CarRacing(gym.Env, EzPickle):
If continuous there are 3 actions :
- 0: steering, -1 is full left, +1 is full right
- 1: gas
- 2: breaking
- 2: braking
If discrete there are 5 actions:
- 0: do nothing
Expand Down

0 comments on commit e8c7357

Please sign in to comment.