mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-12-12 10:30:37 +01:00
Resolved some warnings and style issues
This commit is contained in:
@@ -56,6 +56,7 @@ if __name__ == '__main__':
|
||||
for model_idx, model in enumerate(models)]
|
||||
else:
|
||||
actions = models[0].predict(env_state, deterministic=determin)[0]
|
||||
# noinspection PyTupleAssignmentBalance
|
||||
env_state, step_r, done_bool, info_obj = env.step(actions)
|
||||
|
||||
rew += step_r
|
||||
|
||||
Reference in New Issue
Block a user