2020

Constrained Markov Decision Processes via Backward Value Functions

Satija, Harsh, Amortila, Philip, Pineau, Joelle

Understand

Although Reinforcement Learning (RL) algorithms have found tremendous success in simulated domains, they often cannot directly be applied to physical systems, especially in cases where there are hard constraints to satisfy (e.g.

  • on safety or resources).
  • In standard RL, the agent is incentivized to explore any behavior as long as it maximizes rewards, but in the real world, undesired behavior can damage either the system or the agent in a way that breaks the learning process itself.
  • In this work, we model the problem of learning with constraints as a Constrained Markov Decision Process and provide a new on-policy formulation for solving it.

Reading the bibliography…