Policy Learning and Evaluation with Randomized Quasi-Monte Carlo
Sebastien M. R. Arnold, Pierre L'Ecuyer, Liyu Chen, Yi-fan Chen, Fei, Sha

TL;DR
This paper introduces a variance reduction technique for reinforcement learning policy evaluation and improvement by replacing Monte Carlo sampling with Randomized Quasi-Monte Carlo, leading to more accurate gradient estimates and better performance.
Contribution
It proposes integrating Randomized Quasi-Monte Carlo into policy gradient methods, significantly reducing variance in estimates compared to traditional Monte Carlo approaches.
Findings
Outperforms state-of-the-art algorithms on continuous control benchmarks.
Yields significantly more accurate gradient estimates.
Effective for both policy evaluation and policy improvement.
Abstract
Reinforcement learning constantly deals with hard integrals, for example when computing expectations in policy evaluation and policy iteration. These integrals are rarely analytically solvable and typically estimated with the Monte Carlo method, which induces high variance in policy values and gradients. In this work, we propose to replace Monte Carlo samples with low-discrepancy point sets. We combine policy gradient methods with Randomized Quasi-Monte Carlo, yielding variance-reduced formulations of policy gradient and actor-critic algorithms. These formulations are effective for policy evaluation and policy improvement, as they outperform state-of-the-art algorithms on standardized continuous control benchmarks. Our empirical analyses validate the intuition that replacing Monte Carlo with Quasi-Monte Carlo yields significantly more accurate gradient estimates.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Adversarial Robustness in Machine Learning · Reinforcement Learning in Robotics
