Skip to content
Snippets Groups Projects
Commit bea5c35c authored by u214892's avatar u214892
Browse files

test_utils: improved documentation

parent a2c767a0
No related branches found
No related tags found
No related merge requests found
......@@ -62,9 +62,10 @@ def run_replay_config(env: RailEnv, test_configs: List[ReplayConfig], rendering:
Parameters
----------
env
test_configs
rendering
activate_agents: should the agents directly be activated when the environment is initially setup by `reset()`?
env: the environment; is `reset()` to set the agents' intial position, direction, target and speed
test_configs: the `ReplayConfig`s, one for each agent
rendering: should be rendered during replay?
"""
if rendering:
renderer = RenderTool(env)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment