add agent action type
This commit is contained in:
parent
aba8285469
commit
9323b5a507
6
agentActionType.py
Normal file
6
agentActionType.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
from enum import Enum
|
||||||
|
|
||||||
|
class AgentActionType (Enum):
|
||||||
|
MOVE_FORWARD = 0
|
||||||
|
TURN_LEFT = 1
|
||||||
|
TURN_RIGHT = 2
|
Loading…
Reference in New Issue
Block a user