Skip to content

Instantly share code, notes, and snippets.

@FranciscusRenatus
Last active July 17, 2017 13:52
Show Gist options
  • Save FranciscusRenatus/090c813daba0676c827f56968e2cc2ad to your computer and use it in GitHub Desktop.
Save FranciscusRenatus/090c813daba0676c827f56968e2cc2ad to your computer and use it in GitHub Desktop.
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