flâneur

Variants of Dynamic Programming | Chan`s Jupyter

goodboychan.github.io · 379 words · saved by 1 readers

A summary of “Understanding deep reinforcement learning”

Policy Improvement by Iterative Methods Asynchronous Dynamic Programming In-Place Dynamic Programming Prioritized Sweeping Sample Backups Approximate DP Policy Improvement by Iterative Methods Asynchronous Dynamic Programming Dynamic Programming mentioned before used synchronous backups which updates all staes at each iteration in parallel. (that means, next state value function can be calculated when the current state value function is ready.) Asynchronous DP updates each state in any order. This can significantly reduce computation, and it is convergent if all states continue to…

saved by

related reading