new hparams

This commit is contained in:
steffen-illium
2021-06-14 17:06:14 +02:00
parent 99c01cd569
commit e223fa3bfe
4 changed files with 9 additions and 9 deletions

View File

@ -192,11 +192,6 @@ if __name__ == '__main__':
factory = SimpleFactory(movement_properties=move_props, dirt_properties=dirt_props, n_agents=10,
combin_agent_slices_in_obs=True, omit_agent_slice_in_obs=False, level_name='rooms')
# dirt_props = DirtProperties()
# move_props = MovementProperties(allow_diagonal_movement=False, allow_no_op=False)
# factory = SimpleFactory(n_agents=2, dirt_properties=dirt_props, movement_properties=move_props, level='rooms',
# pomdp_radius=2)
n_actions = factory.action_space.n - 1
for epoch in range(100):