Concept
Algorithm (Accelerating Human Learning With Deep Reinforcement Learning)
The authors combine trust region policy optimization (TRPO) with a gated recurrent unit (GRU) to solve the partially-observable Markov decision process (POMDP) formulated for spaced-repetition scheduling. At each step, the policy's input is the identity of the previous item, a binary recall outcome, and the time elapsed since that item's last review; the output is the next item to schedule. To scale the policy to a much larger number of items, the authors apply a random projection trick to reduce the dimensionality of the item-identity input.
0
1
Updated 2026-07-11
Contributors are:
Who are from:
Tags
Data Science