This commit is contained in:
Steffen Illium
2021-07-29 11:02:12 +02:00
parent 8631f11502
commit 042c850588
4 changed files with 22 additions and 5 deletions

View File

@ -236,7 +236,7 @@ if __name__ == '__main__':
allow_no_op=False)
factory = SimpleFactory(movement_properties=move_props, dirt_properties=dirt_props, n_agents=1,
combin_agent_slices_in_obs=False, level_name='rooms', parse_doors=True,
pomdp_radius=2, cast_shadows=True)
doors_have_area=True, pomdp_radius=2, cast_shadows=True)
n_actions = factory.action_space.n - 1
_ = factory.observation_space