UTCS Artificial Intelligence
courses
talks/events
demos
people
projects
publications
software/data
labs
areas
admin
Reducing Sampling Error in Policy Gradient Learning (2019)
Josiah Hanna
and
Peter Stone
This paper studies a class of reinforcement learning algorithms known as policy gradient methods. Policy gradient methods optimize the performance of a policy by estimating the gradient of the expected return with respect to the policy parameters. One of the core challenges of applying policy gradient methods is obtaining an accurate estimate of this gradient. Most policy gradient methods rely on Monte Carlo sampling to estimate this gradient. When only a limited number of environment steps can be collected, Monte Carlo policy gradient estimates may suffer from sampling error -- samples receive more or less weight than they will in expectation. In this paper, we introduce the Sampling Error Corrected policy gradient estimator that corrects the inaccurate Monte Carlo weights. Our approach treats the observed data as if it were generated by a different policy than the policy that actually generated the data. It then uses importance sampling between the two -- in the process correcting the inaccurate Monte Carlo weights. Under a limiting set of assumptions we can show that this gradient estimator will have lower variance than the Monte Carlo gradient estimator. We show experimentally that our approach improves the learning speed of two policy gradient methods compared to standard Monte Carlo sampling even when the theoretical assumptions fail to hold.
View:
PDF
Citation:
In
Proceedings of the 18th International Conference on Autonomous Agents and Multiagent Systems (AAMAS)
, Montreal, Canada, May 2019.
Bibtex:
@inproceedings{AAMAS19-Hanna, title={Reducing Sampling Error in Policy Gradient Learning}, author={Josiah Hanna and Peter Stone}, booktitle={Proceedings of the 18th International Conference on Autonomous Agents and Multiagent Systems (AAMAS)}, month={May}, address={Montreal, Canada}, url="http://www.cs.utexas.edu/users/ai-labpub-view.php?PubID=127764", year={2019} }
Presentation:
Slides (PDF)
People
Josiah Hanna
Ph.D. Student
jphanna [at] cs utexas edu
Peter Stone
Faculty
pstone [at] cs utexas edu
Areas of Interest
Machine Learning
Reinforcement Learning
Labs
Learning Agents