| 1 | # https://deeplearningcourses.com/c/artificial-intelligence-reinforcement-learning-in-python |
| 2 | # https://www.udemy.com/artificial-intelligence-reinforcement-learning-in-python |
| 3 | # Simple reinforcement learning algorithm for learning tic-tac-toe |
| 4 | # Use the update rule: V(s) = V(s) + alpha*(V(s') - V(s)) |
nothing calls this directly
no test coverage detected