Skip to content

Commit

Permalink
week 3: add average score
Browse files Browse the repository at this point in the history
  • Loading branch information
QuangVuZalora committed May 21, 2019
1 parent 116df4e commit ed46b3c
Showing 1 changed file with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1627,12 +1627,33 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 76,
"metadata": {},
"outputs": [],
"source": [
"_ = play(env, Q, preprocessor, False, render=True)"
]
},
{
"cell_type": "code",
"execution_count": 79,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Win 6 - 21 Loss \n",
"Win 6 - 21 Loss \n",
"Win 4 - 21 Loss \n",
"Win 15 - 21 Loss \n",
"Win 4 - 21 Loss \n"
]
}
],
"source": [
"generate_game(5, D, Q, preprocessor, env, is_e_greedy=False, verbose=False, is_update_epsilon=False)"
]
}
],
"metadata": {
Expand Down

0 comments on commit ed46b3c

Please sign in to comment.