English

How RL Agents Behave When Their Actions Are Modified

Artificial Intelligence 2021-07-01 v2

Abstract

Reinforcement learning in complex environments may require supervision to prevent the agent from attempting dangerous actions. As a result of supervisor intervention, the executed action may differ from the action specified by the policy. How does this affect learning? We present the Modified-Action Markov Decision Process, an extension of the MDP model that allows actions to differ from the policy. We analyze the asymptotic behaviours of common reinforcement learning algorithms in this setting and show that they adapt in different ways: some completely ignore modifications while others go to various lengths in trying to avoid action modifications that decrease reward. By choosing the right algorithm, developers can prevent their agents from learning to circumvent interruptions or constraints, and better control agent responses to other kinds of action modification, like self-damage.

Keywords

Cite

@article{arxiv.2102.07716,
  title  = {How RL Agents Behave When Their Actions Are Modified},
  author = {Eric D. Langlois and Tom Everitt},
  journal= {arXiv preprint arXiv:2102.07716},
  year   = {2021}
}

Comments

10 pages (+6 appendix); 7 figures. Published in the AAAI 2021 Conference on AI. Code is available at https://github.com/edlanglois/mamdp

R2 v1 2026-06-23T23:10:55.612Z