| 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 |
| 4 | from __future__ import print_function, division |
nothing calls this directly
no test coverage detected