mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-06 01:21:36 +02:00
renaming
This commit is contained in:
11
marl_factory_grid/modules/_template/constants.py
Normal file
11
marl_factory_grid/modules/_template/constants.py
Normal file
@ -0,0 +1,11 @@
|
||||
TEMPLATE = '#' # TEMPLATE _identifier. Define your own!
|
||||
|
||||
# Movements
|
||||
NORTH = 'north'
|
||||
EAST = 'east'
|
||||
SOUTH = 'south'
|
||||
WEST = 'west'
|
||||
NORTHEAST = 'north_east'
|
||||
SOUTHEAST = 'south_east'
|
||||
SOUTHWEST = 'south_west'
|
||||
NORTHWEST = 'north_west'
|
Reference in New Issue
Block a user