Hacker News new | ask | show | jobs
by lrschaeffer 737 days ago
I'm no expert, but there are approaches to reinforcement learning where you build a table of the expected payoff for each scenario, and these can recursively reference other entries in the table. Take a look at Q-learning, for example.