English

Long-Term Exploration in Persistent MDPs

Machine Learning 2021-09-22 v1 Artificial Intelligence

Abstract

Exploration is an essential part of reinforcement learning, which restricts the quality of learned policy. Hard-exploration environments are defined by huge state space and sparse rewards. In such conditions, an exhaustive exploration of the environment is often impossible, and the successful training of an agent requires a lot of interaction steps. In this paper, we propose an exploration method called Rollback-Explore (RbExplore), which utilizes the concept of the persistent Markov decision process, in which agents during training can roll back to visited states. We test our algorithm in the hard-exploration Prince of Persia game, without rewards and domain knowledge. At all used levels of the game, our agent outperforms or shows comparable results with state-of-the-art curiosity methods with knowledge-based intrinsic motivation: ICM and RND. An implementation of RbExplore can be found at https://github.com/cds-mipt/RbExplore.

Keywords

Cite

@article{arxiv.2109.10173,
  title  = {Long-Term Exploration in Persistent MDPs},
  author = {Leonid Ugadiarov and Alexey Skrynnik and Aleksandr I. Panov},
  journal= {arXiv preprint arXiv:2109.10173},
  year   = {2021}
}

Comments

This is a preprint of the paper accepted to MICAI 2021. It contains 13 pages and 6 figures

R2 v1 2026-06-24T06:10:58.954Z