mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-22 14:56:43 +02:00
8 lines
150 B
Python
8 lines
150 B
Python
DIRT = 'DirtPiles'
|
|
|
|
CLEAN_UP = 'do_cleanup_action'
|
|
|
|
CLEAN_UP_VALID = 'clean_up_valid'
|
|
CLEAN_UP_FAIL = 'clean_up_fail'
|
|
CLEAN_UP_ALL = 'all_cleaned_up'
|