Debugging

This commit is contained in:
Steffen Illium
2022-01-11 16:11:59 +01:00
parent 7f7a3d9a3b
commit f91f16954a
2 changed files with 4 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ class ObservationProperties(NamedTuple):
render_agents: AgentRenderOptions = AgentRenderOptions.SEPERATE
omit_agent_self: bool = True
additional_agent_placeholder: Union[None, str, int] = None
cast_shadows = True
cast_shadows: bool = True
frames_to_stack: int = 0
pomdp_r: int = 0
show_global_position_info: bool = True