mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-09-13 22:44:00 +02:00
alles was ich hab
This commit is contained in:
@@ -14,13 +14,13 @@ warnings.filterwarnings('ignore', category=UserWarning)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
out_path = Path(r'C:\Users\steff\projects\f_iks\debug_out\A2C_1622557712')
|
||||
out_path = Path(r'C:\Users\steff\projects\f_iks\debug_out\A2C_1622558379')
|
||||
with (out_path / f'env_{out_path.name}.pick').open('rb') as f:
|
||||
env_kwargs = pickle.load(f)
|
||||
env = SimpleFactory(**env_kwargs)
|
||||
env = SimpleFactory(allow_no_op=False, allow_diagonal_movement=False, allow_square_movement=True, **env_kwargs)
|
||||
|
||||
# Edit THIS:
|
||||
model_path = out_path
|
||||
model_path = out_path / '1_A2C_1622558379'
|
||||
|
||||
model_files = list(natsorted(out_path.rglob('*.zip')))
|
||||
this_model = model_files[0]
|
||||
|
Reference in New Issue
Block a user