mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-05 09:01:36 +02:00
added simple_crossing scenario
This commit is contained in:
@ -12,12 +12,12 @@ if __name__ == '__main__':
|
||||
render = True
|
||||
|
||||
# Path to config File
|
||||
path = Path('marl_factory_grid/configs/two_rooms_one_door.yaml')
|
||||
path = Path('marl_factory_grid/configs/simple_crossing.yaml')
|
||||
|
||||
# Env Init
|
||||
factory = Factory(path)
|
||||
|
||||
for episode in trange(10):
|
||||
for episode in trange(1):
|
||||
_ = factory.reset()
|
||||
done = False
|
||||
if render:
|
||||
|
Reference in New Issue
Block a user