From 0f1de62f9135d21a9fc7952b763aabb47744d7fa Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Sun, 8 Aug 2021 20:49:44 +0200 Subject: [PATCH] door area setting --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c424e01..6407d26 100644 --- a/main.py +++ b/main.py @@ -109,7 +109,7 @@ if __name__ == '__main__': with SimpleFactory(n_agents=1, dirt_properties=dirt_props, pomdp_radius=2, max_steps=400, parse_doors=True, movement_properties=move_props, level_name='rooms', frames_to_stack=3, omit_agent_slice_in_obs=True, combin_agent_slices_in_obs=True, record_episodes=False, - cast_shadows=True, doors_have_area=True + cast_shadows=True, doors_have_area=False ) as env: if modeL_type.__name__ in ["PPO", "A2C"]: