Skip to content

Commit b4f16df

Browse files
author
Lui
committed
set seed
1 parent bfaa135 commit b4f16df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/LQR_ILQR.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@
674674
"outputs": [],
675675
"source": [
676676
"# Step 4: Simulate and plot results\n",
677-
"obs, _ = envs.reset()#seed=42)\n",
677+
"obs, _ = envs.reset(seed=SEED)\n",
678678
"state = obs_to_state(obs)\n",
679679
"\n",
680680
"x_log_ilqr = [state[0]]\n",

0 commit comments

Comments
 (0)