Skip to content

Commit

Permalink
mab
Browse files Browse the repository at this point in the history
  • Loading branch information
briandalessandro committed Dec 2, 2016
1 parent 3ac5b30 commit 7c20e07
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions ipython/python35/Lecture_MultiArmedBandit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -103,25 +103,12 @@
]
},
{
"cell_type": "code",
"execution_count": 105,
"cell_type": "markdown",
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"text/plain": [
"[0, 0.5, 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]"
]
},
"execution_count": 105,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"ns"
"## The MAB Simulator"
]
},
{
Expand Down

0 comments on commit 7c20e07

Please sign in to comment.