added simple_crossing scenario

This commit is contained in:
Chanumask
2024-03-25 13:08:37 +01:00
parent 955598a129
commit 1e4ec254f4
3 changed files with 77 additions and 2 deletions

View File

@ -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: