paper-with-me

Papers

Iterative Option Discovery for Planning, by Planning

2023-10-02 · Kenny Young, Richard S. Sutton

Discovering useful temporal abstractions, in the form of options, is widely thought to be key to applying reinforcement learning and planning to increasingly complex domains. Building on the empirical success of the Expert Iteration approach to policy learning used in AlphaZero, we propose Option Iteration, an analogous approach to option discovery. Rather than learning a single strong policy that is trained to match the search results everywhere, Option Iteration learns a set of option policies trained such that for each state encountered, at least one policy in the set matches the search results for some horizon into the future. Intuitively, this may be significantly easier as it allows the algorithm to hedge its bets compared to learning a single globally strong policy, which may have complex dependencies on the details of the current state. Having learned such a set of locally strong policies, we can use them to guide the search algorithm resulting in a virtuous cycle where better options lead to better search results which allows for training of better options. We demonstrate experimentally that planning using options learned with Option Iteration leads to a significant benefit in challenging planning environments compared to an analogous planning algorithm operating in the space of primitive actions and learning a single rollout policy with Expert Iteration.

📄 PDF Abstract BibTeX arXiv:2310.01569

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

AlphaZero AlphaZero is a reinforcement learning agent for playing board games such as Go, chess, and shogi.

Similar Papers 제목 키워드 기반

Finding Options that Minimize Planning Time

2018-10-16 · Yuu Jinnai, David Abel, D. Ellis Hershkowitz, Michael Littman 외

We formalize the problem of selecting the optimal set of options for planning as that of computing the smallest set of options so that planning converges in less than a given maximum of value-iteration passes. We first s…

Reward-Respecting Subtasks for Model-Based Reinforcement Learning

2022-02-07 · Richard S. Sutton, Marlos C. Machado, G. Zacharias Holland, David Szepesvari 외

To achieve the ambitious goals of artificial intelligence, reinforcement learning must include planning with a model of the world that is abstract in state and time. Deep learning has made progress with state abstraction…

Model-based Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

OptionZero: Planning with Learned Options

2025-02-23 · Po-Wei Huang, Pei-Chiun Peng, Hung Guei, Ti-Rong Wu

Planning with options -- a sequence of primitive actions -- has been shown effective in reinforcement learning within complex environments. Previous studies have focused on planning with predefined options or learned opt…

Atari Games

Toward Discovering Options that Achieve Faster Planning

2022-05-25 · Yi Wan, Richard S. Sutton

We propose a new objective for option discovery that emphasizes the computational advantage of using options in planning. In a sequential machine, the speed of planning is proportional to the number of elementary operati…

Multi-Task Option Learning and Discovery for Stochastic Path Planning

2022-09-30 · Naman Shah, Siddharth Srivastava

This paper addresses the problem of reliably and efficiently solving broad classes of long-horizon stochastic path planning problems. Starting with a vanilla RL formulation with a stochastic dynamics simulator and an occ…