From e8c735703c2b14f9bf80a5f58d9949bb15b972bb Mon Sep 17 00:00:00 2001 From: carschandler <92899389+carschandler@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:38:37 -0600 Subject: [PATCH] Typo in car_racing.py (#1244) --- gymnasium/envs/box2d/car_racing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gymnasium/envs/box2d/car_racing.py b/gymnasium/envs/box2d/car_racing.py index 049e0794f..fe3320cce 100644 --- a/gymnasium/envs/box2d/car_racing.py +++ b/gymnasium/envs/box2d/car_racing.py @@ -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