Fix videos_dir documentation (#247)
This commit is contained in:
@@ -221,7 +221,7 @@ def eval_policy(
|
|||||||
policy: The policy.
|
policy: The policy.
|
||||||
n_episodes: The number of episodes to evaluate.
|
n_episodes: The number of episodes to evaluate.
|
||||||
max_episodes_rendered: Maximum number of episodes to render into videos.
|
max_episodes_rendered: Maximum number of episodes to render into videos.
|
||||||
video_dir: Where to save rendered videos.
|
videos_dir: Where to save rendered videos.
|
||||||
return_episode_data: Whether to return episode data for online training. Incorporates the data into
|
return_episode_data: Whether to return episode data for online training. Incorporates the data into
|
||||||
the "episodes" key of the returned dictionary.
|
the "episodes" key of the returned dictionary.
|
||||||
start_seed: The first seed to use for the first individual rollout. For all subsequent rollouts the
|
start_seed: The first seed to use for the first individual rollout. For all subsequent rollouts the
|
||||||
|
|||||||
Reference in New Issue
Block a user