Policy Optimization Through Approximate Importance Sampling
Marcin B. Tomczak, Dongho Kim, Peter Vrancx, Kee-Eung Kim

TL;DR
This paper introduces a new policy optimization method using importance sampling that balances bias and variance, improving stability and performance in continuous control tasks.
Contribution
It derives an importance sampling-based objective with a bias-variance trade-off, unifies previous methods, and develops a practical algorithm with theoretical analysis.
Findings
Improved policy optimization performance on continuous control benchmarks.
Effective bias-variance trade-off in importance sampling for policy updates.
Outperforms state-of-the-art on-policy algorithms in experiments.
Abstract
Recent policy optimization approaches (Schulman et al., 2015a; 2017) have achieved substantial empirical successes by constructing new proxy optimization objectives. These proxy objectives allow stable and low variance policy learning, but require small policy updates to ensure that the proxy objective remains an accurate approximation of the target policy value. In this paper we derive an alternative objective that obtains the value of the target policy by applying importance sampling (IS). However, the basic importance sampled objective is not suitable for policy optimization, as it incurs too high variance in policy updates. We therefore introduce an approximation that allows us to directly trade-off the bias of approximation with the variance in policy updates. We show that our approximation unifies previously developed approaches and allows us to interpolate between them. We…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Machine Learning and ELM
