initial n steps

This commit is contained in:
Steffen Illium
2023-11-23 17:32:32 +01:00
parent 2f29ef703c
commit 0ec260f6a2
8 changed files with 92 additions and 24 deletions

View File

@@ -26,10 +26,10 @@ if __name__ == '__main__':
if explain_config:
ce = ConfigExplainer()
ce.save_all(run_path / 'all_out.yaml')
ce.save_all(run_path / 'all_available_configs.yaml')
# Path to config File
path = Path('marl_factory_grid/configs/clean_and_bring.yaml')
path = Path('marl_factory_grid/configs/eight_puzzle.yaml')
# Env Init
factory = Factory(path)