From 207ca5b9fdffc5586428b8d3fac890d1cb82761d Mon Sep 17 00:00:00 2001 From: PierreCounathe Date: Sun, 27 Aug 2023 23:06:31 +0200 Subject: [PATCH] Add missing parameter to evaluate_agent() docstring --- notebooks/unit2/unit2.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/notebooks/unit2/unit2.ipynb b/notebooks/unit2/unit2.ipynb index 7466aac..c7477e6 100644 --- a/notebooks/unit2/unit2.ipynb +++ b/notebooks/unit2/unit2.ipynb @@ -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",