mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-05 03:28:05 +08:00
Add missing parameter to evaluate_agent() docstring
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user