Skip to content

Commit

Permalink
Hotfix lunar lander
Browse files Browse the repository at this point in the history
  • Loading branch information
btjanaka committed Jul 7, 2021
1 parent 79e924c commit 1d8df94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorials/lunar_lander.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@
"source": [
"if len(high_perf_sols) > 0:\n",
" for sol in high_perf_sols[[0, len(high_perf_sols) // 2, -1]]:\n",
" display_video(elite.sol)"
" display_video(sol)"
]
},
{
Expand Down

0 comments on commit 1d8df94

Please sign in to comment.