Add missing parameter to evaluate_agent() docstring

This commit is contained in:
PierreCounathe
2023-08-27 23:06:31 +02:00
parent e66500a61e
commit 207ca5b9fd

View File

@@ -926,6 +926,7 @@
" \"\"\"\n",
" Evaluate the agent for ``n_eval_episodes`` episodes and returns average reward and std of reward.\n",
" :param env: The evaluation environment\n",
" :param max_steps: Maximum number of steps per episode\n",
" :param n_eval_episodes: Number of episode to evaluate the agent\n",
" :param Q: The Q-table\n",
" :param seed: The evaluation seed array (for taxi-v3)\n",