started maintainer test

This commit is contained in:
Chanumask
2023-11-13 10:59:55 +01:00
parent 3a7592b285
commit 961b5e36f7
3 changed files with 42 additions and 2 deletions

View File

@ -64,7 +64,7 @@ General:
individual_rewards: true
level_name: large
pomdp_r: 3
verbose: True
verbose: false
tests: false
Rules:

View File

@ -7,7 +7,7 @@ from marl_factory_grid.environment.factory import Factory
if __name__ == '__main__':
# Render at each step?
render = False
render = True
# Path to config File
path = Path('test_config.yaml')