You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param level_id: string with id/descriptor of the level, e.g. 'seekavoid_arena_01'
58
-
:param num_steps: number of frames the environment is advanced, executing the given action during every frame
59
-
:param state_attribute: Attributes which represents the state for this environment, should adhere to the specification given in DeepMindLabEnvironment.state_spec(level_id)
60
-
:param settings: dict specifying additional settings as key-value string pairs. The following options are recognized: 'width' (horizontal resolution of the observation frames), 'height' (vertical resolution of the observation frames), 'fps' (frames per second) and 'appendCommand' (commands for the internal Quake console).
57
+
Args:
58
+
level_id: string with id/descriptor of the level, e.g. 'seekavoid_arena_01'.
59
+
repeat_action: number of frames the environment is advanced, executing the given action during every frame.
60
+
state_attribute: Attributes which represents the state for this environment, should adhere to the
61
+
specification given in DeepMindLabEnvironment.state_spec(level_id).
62
+
settings: dict specifying additional settings as key-value string pairs. The following options are
63
+
recognized: 'width' (horizontal resolution of the observation frames),
64
+
'height' (vertical resolution of the observation frames),
65
+
'fps' (frames per second) and
66
+
'appendCommand' (commands for the internal Quake console).
0 commit comments