MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / ucb1.py

File ucb1.py

rl/ucb1.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# https://deeplearningcourses.com/c/artificial-intelligence-reinforcement-learning-in-python
2# https://www.udemy.com/artificial-intelligence-reinforcement-learning-in-python
3# https://books.google.ca/books?id=_ATpBwAAQBAJ&lpg=PA201&ots=rinZM8jQ6s&dq=hoeffding%20bound%20gives%20probability%20%22greater%20than%201%22&pg=PA201#v=onepage&q&f=false
4from __future__ import print_function, division

Callers

nothing calls this directly

Calls 1

run_experimentFunction · 0.70

Tested by

no test coverage detected