Skip to content

Commit

Permalink
Reduce the number of train steps in the FAST mode of the AIRL tutoria…
Browse files Browse the repository at this point in the history
…l notebook.
  • Loading branch information
ernestum committed Oct 9, 2023
1 parent edeb9f0 commit 0ed0d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/4_train_airl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"FAST = True\n",
"\n",
"if FAST:\n",
" N_RL_TRAIN_STEPS = 300_000\n",
" N_RL_TRAIN_STEPS = 100_000\n",
"else:\n",
" N_RL_TRAIN_STEPS = 2_000_000\n",
"\n",
Expand Down

0 comments on commit 0ed0d17

Please sign in to comment.