From da7501d8abd01c1f58a46206bf230c0b8b7a1858 Mon Sep 17 00:00:00 2001 From: Kavish Bhatia Date: Mon, 1 Jul 2019 15:32:09 +0200 Subject: [PATCH] Update readme.md --- 10_ArmBandit_Problem/readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/10_ArmBandit_Problem/readme.md b/10_ArmBandit_Problem/readme.md index fc48e3f..0662c65 100644 --- a/10_ArmBandit_Problem/readme.md +++ b/10_ArmBandit_Problem/readme.md @@ -4,5 +4,8 @@ 1000 times pulling levers in one experiment 2000 total number of experiments -epsilon = 0.1,0.01 and 0.009 +epsilon = 0.1, 0.01 and 0.009 +![alt text](https://github.com/KavishBhatia/MachineLearning/blob/master/10_ArmBandit_Problem/rewards.png) + +![alt text](https://github.com/KavishBhatia/MachineLearning/blob/master/10_ArmBandit_Problem/optimal_action.png)