Skip to content

Commit

Permalink
syntax correction
Browse files Browse the repository at this point in the history
  • Loading branch information
leora-dot committed Dec 17, 2020
1 parent 4e6d0b2 commit 392c17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipython/python35/Lecture_MultiArmedBandit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
" \n",
" policy = self._thompsonSamp()\n",
" \n",
" else if self.strategy = 'UCB':\n",
" elif self.strategy == 'UCB':\n",
" policy = self._ucbSamp()\n",
" \n",
" else:\n",
Expand Down

0 comments on commit 392c17c

Please sign in to comment.