Skip to content

Commit

Permalink
[HOTFIX] Fix usage example notebooks for eval callback
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCN7 committed Jun 27, 2024
1 parent 9c37c2d commit 00093d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/drl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@
"\n",
"# Set up Evaluation and saving best model\n",
"eval_callback = LoggerEvalCallback(\n",
" eval_env,\n",
" eval_env=eval_env,\n",
" train_env=env,\n",
" best_model_save_path=eval_env.get_wrapper_attr('workspace_path') +\n",
" '/best_model/',\n",
" log_path=eval_env.get_wrapper_attr('workspace_path') +\n",
Expand Down Expand Up @@ -80656,7 +80657,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.11.2"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 00093d0

Please sign in to comment.