# Reinforcement Learning When All Actions are Not Always Available

**Authors:** Yash Chandak, Georgios Theocharous, Blossom Metevier, Philip S. Thomas

arXiv: 1906.01772 · 2020-01-22

## TL;DR

This paper introduces new policy gradient algorithms for stochastic action set MDPs, addressing divergence issues and demonstrating their effectiveness on real-world inspired tasks.

## Contribution

It proposes variance-reduced policy gradient methods tailored for SAS-MDPs, with convergence guarantees and practical validation.

## Key findings

- Algorithms improve stability in SAS-MDPs
- Demonstrated convergence under certain conditions
- Effective on real-life inspired decision tasks

## Abstract

The Markov decision process (MDP) formulation used to model many real-world sequential decision making problems does not efficiently capture the setting where the set of available decisions (actions) at each time step is stochastic. Recently, the stochastic action set Markov decision process (SAS-MDP) formulation has been proposed, which better captures the concept of a stochastic action set. In this paper we argue that existing RL algorithms for SAS-MDPs can suffer from potential divergence issues, and present new policy gradient algorithms for SAS-MDPs that incorporate variance reduction techniques unique to this setting, and provide conditions for their convergence. We conclude with experiments that demonstrate the practicality of our approaches on tasks inspired by real-life use cases wherein the action set is stochastic.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.01772/full.md

## Figures

46 figures with captions in the complete paper: https://tomesphere.com/paper/1906.01772/full.md

## References

42 references — full list in the complete paper: https://tomesphere.com/paper/1906.01772/full.md

---
Source: https://tomesphere.com/paper/1906.01772