Hacker News new | ask | show | jobs
by rphln 872 days ago
My favorite resource on Thompson Sampling is <https://everyday-data-science.tigyog.app/a-b-testing>.

After learning about it, I went on to replace the UCT formula in MCTS with it and the results were... not much better, actually. But it made me understand both a little better.

2 comments

My favorite is this series from 2015 by Ian Osband:

https://iosband.github.io/2015/07/19/Efficient-experimentati...

Love it! Thanks for sharing