SpeedBump #23

Merged
s473616 merged 7 commits from SpeedBump into master 2023-05-13 22:05:21 +02:00
Showing only changes of commit f7c91e92aa - Show all commits

View File

@ -4,5 +4,4 @@ class AgentActionType (Enum):
MOVE_FORWARD = 0
TURN_LEFT = 1
TURN_RIGHT = 2
EMPTY_CAN = 3
UNKNOWN = None