mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-06 17:41:36 +02:00
started maintainer test
This commit is contained in:
@ -64,7 +64,7 @@ General:
|
||||
individual_rewards: true
|
||||
level_name: large
|
||||
pomdp_r: 3
|
||||
verbose: True
|
||||
verbose: false
|
||||
tests: false
|
||||
|
||||
Rules:
|
||||
|
@ -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')
|
||||
|
Reference in New Issue
Block a user