LGSYFeb 16, 2021

Improper Reinforcement Learning with Gradient-based Policy Optimization

arXiv:2102.08201v32 citations
AI Analysis

This addresses the challenge of efficiently tuning controllers across mismatched environments for reinforcement learning practitioners, though it appears incremental as it builds on gradient-based optimization methods.

The paper tackles the problem of combining multiple base controllers in an unknown Markov decision process to create a new controller that outperforms each base one, achieving stabilization in tasks like inverted pendulum and constrained queueing even with unstable base policies.

We consider an improper reinforcement learning setting where a learner is given $M$ base controllers for an unknown Markov decision process, and wishes to combine them optimally to produce a potentially new controller that can outperform each of the base ones. This can be useful in tuning across controllers, learnt possibly in mismatched or simulated environments, to obtain a good controller for a given target environment with relatively few trials. \par We propose a gradient-based approach that operates over a class of improper mixtures of the controllers. We derive convergence rate guarantees for the approach assuming access to a gradient oracle. The value function of the mixture and its gradient may not be available in closed-form; however, we show that we can employ rollouts and simultaneous perturbation stochastic approximation (SPSA) for explicit gradient descent optimization. Numerical results on (i) the standard control theoretic benchmark of stabilizing an inverted pendulum and (ii) a constrained queueing task show that our improper policy optimization algorithm can stabilize the system even when the base policies at its disposal are unstable\footnote{Under review. Please do not distribute.}.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes