mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-04 08:31:35 +02:00
Accounting Zones for basefactory, mark them in level.txt by int, x for danger zones
This commit is contained in:
@ -6,6 +6,7 @@ from pathlib import Path
|
||||
|
||||
# Constants
|
||||
WALL = '#'
|
||||
DANGER_ZONE = 'x'
|
||||
LEVELS_DIR = 'levels'
|
||||
LEVEL_IDX = 0
|
||||
AGENT_START_IDX = 1
|
||||
|
Reference in New Issue
Block a user