Last active
July 17, 2017 13:52
-
-
Save FranciscusRenatus/090c813daba0676c827f56968e2cc2ad to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
N = 10000 | |
d = 10 | |
ads_selected = [] | |
numbers_of_rewards_1 = [0] * d | |
numbers_of_rewards_0 = [0] * d | |
total_reward = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment