Revisit Policy Optimization in Matrix Form
Sitao Luan, Xiao-Wen Chang, Doina Precup

TL;DR
This paper revisits policy optimization in tabular reinforcement learning by disentangling policy and environment dynamics in matrix form, simplifying policy updates and extending to model-based RL.
Contribution
It introduces a matrix formulation that separates policy and environment effects, enabling more straightforward policy optimization and potential extensions to model-based reinforcement learning.
Findings
Reformulation of policy evaluation in matrix form.
Unified framework for policy gradient and TRPO.
Potential extension to model-based RL.
Abstract
In tabular case, when the reward and environment dynamics are known, policy evaluation can be written as , where is the state transition matrix given policy and is the reward signal given . What annoys us is that and are both mixed with , which means every time when we update , they will change together. In this paper, we leverage the notation from \cite{wang2007dual} to disentangle and environment dynamics which makes optimization over policy more straightforward. We show that policy gradient theorem \cite{sutton2018reinforcement} and TRPO \cite{schulman2015trust} can be put into a more general framework and such notation has good potential to be extended to model-based reinforcement…
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
TopicsOptimization and Search Problems · Reinforcement Learning in Robotics · Scheduling and Optimization Algorithms
MethodsTrust Region Policy Optimization
