We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.LG

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Machine Learning

Title: Time Limits in Reinforcement Learning

Abstract: In reinforcement learning, it is common to let an agent interact for a fixed amount of time with its environment before resetting it and repeating the process in a series of episodes. The task that the agent has to learn can either be to maximize its performance over (i) that fixed period, or (ii) an indefinite period where time limits are only used during training to diversify experience. In this paper, we provide a formal account for how time limits could effectively be handled in each of the two cases and explain why not doing so can cause state aliasing and invalidation of experience replay, leading to suboptimal policies and training instability. In case (i), we argue that the terminations due to time limits are in fact part of the environment, and thus a notion of the remaining time should be included as part of the agent's input to avoid violation of the Markov property. In case (ii), the time limits are not part of the environment and are only used to facilitate learning. We argue that this insight should be incorporated by bootstrapping from the value of the state at the end of each partial episode. For both cases, we illustrate empirically the significance of our considerations in improving the performance and stability of existing reinforcement learning algorithms, showing state-of-the-art results on several control tasks.
Comments: ICML 2018, NIPS 2017 Deep RL Symposium, code and videos: this https URL
Subjects: Machine Learning (cs.LG)
Journal reference: PMLR 80: 4042-4051 (2018)
Cite as: arXiv:1712.00378 [cs.LG]
  (or arXiv:1712.00378v4 [cs.LG] for this version)

Submission history

From: Fabio Pardo [view email]
[v1] Fri, 1 Dec 2017 15:52:00 GMT (7452kb,D)
[v2] Tue, 20 Mar 2018 11:23:41 GMT (650kb,D)
[v3] Thu, 5 Jul 2018 13:53:42 GMT (1313kb,D)
[v4] Thu, 27 Jan 2022 10:10:49 GMT (1316kb,D)

Link back to: arXiv, form interface, contact.