mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-10-22 10:06:52 +02:00
Machines
This commit is contained in:
@@ -98,3 +98,5 @@ class NorthWest(Move):
|
||||
Move4 = [North, East, South, West]
|
||||
# noinspection PyTypeChecker
|
||||
Move8 = Move4 + [NorthEast, SouthEast, SouthWest, NorthWest]
|
||||
|
||||
ALL_BASEACTIONS = Move8 + [Noop]
|
||||
|
Reference in New Issue
Block a user