paper-with-me

Papers

Exploring Model-based Planning with Policy Networks

2019-06-20 · ICLR 2020 1 · Tingwu Wang, Jimmy Ba

Model-based reinforcement learning (MBRL) with model-predictive control or online planning has shown great potential for locomotion control tasks in terms of both sample efficiency and asymptotic performance. Despite their initial successes, the existing planning methods search from candidate sequences randomly generated in the action space, which is inefficient in complex high-dimensional environments. In this paper, we propose a novel MBRL algorithm, model-based policy planning (POPLIN), that combines policy networks with online planning. More specifically, we formulate action planning at each time-step as an optimization problem using neural networks. We experiment with both optimization w.r.t. the action sequences initialized from the policy network, and also online optimization directly w.r.t. the parameters of the policy network. We show that POPLIN obtains state-of-the-art performance in the MuJoCo benchmarking environments, being about 3x more sample efficient than the state-of-the-art algorithms, such as PETS, TD3 and SAC. To explain the effectiveness of our algorithm, we show that the optimization surface in parameter space is smoother than in action space. Further more, we found the distilled policy network can be effectively applied without the expansive model predictive control during test time for some environments such as Cheetah. Code is released in https://github.com/WilsonWangTHU/POPLIN.

📄 PDF Abstract BibTeX arXiv:1906.08649

Code (1)

WilsonWangTHU/POPLIN 공식 구현 tf

Tasks

BenchmarkingmodelModel-based Reinforcement LearningModel Predictive ControlMuJoCoReinforcement Learning

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Target Policy Smoothing Target Policy Smoothing is a regularization strategy for the value function in reinforcement learning. Deterministic policies can overfit to narrow peaks in the value…
Clipped Double Q-learning 설명 없음
Adam 설명 없음
TD3 TD3 builds on the DDPG algorithm for reinforcement learning, with a couple of modifications aimed at tackling overestimation bias…

Similar Papers 제목 키워드 기반

Broadly-Exploring, Local-Policy Trees for Long-Horizon Task Planning

2020-10-13 · Brian Ichter, Pierre Sermanet, Corey Lynch

Long-horizon planning in realistic environments requires the ability to reason over sequential tasks in high-dimensional state spaces with complex dynamics. Classical motion planning algorithms, such as rapidly-exploring…

Motion PlanningTask Planning

Deep imagination is a close to optimal policy for planning in large decision trees under limited resources

2021-04-13 · Ruben Moreno-Bote, Chiara Mastrogiuseppe

Many decisions involve choosing an uncertain course of actions in deep and wide decision trees, as when we plan to visit an exotic country for vacation. In these cases, exhaustive search for the best sequence of actions …

valid

Distributed Safe Learning and Planning for Multi-robot Systems

2022-07-16 · Zhenyuan Yuan, Minghui Zhu

This paper considers the problem of online multi-robot motion planning with general nonlinear dynamics subject to unknown external disturbances. We propose dSLAP, a distributed safe learning and planning framework that a…

Active LearningCollision AvoidanceModel Predictive ControlMotion Planning+2

Dual policy as self-model for planning

2023-06-07 · Jaesung Yoo, Fernanda De La Torre, Guangyu Robert Yang

Planning is a data efficient decision-making strategy where an agent selects candidate actions by exploring possible future states. To simulate future states when there is a high-dimensional action space, the knowledge o…

Decision Makingmodel

RL-RRT: Kinodynamic Motion Planning via Learning Reachability Estimators from RL Policies

2019-07-10 · Hao-Tien Lewis Chiang, Jasmine Hsu, Marek Fiser, Lydia Tapia 외

This paper addresses two challenges facing sampling-based kinodynamic motion planning: a way to identify good candidate states for local transitions and the subsequent computationally intractable steering between these c…

Deep Reinforcement LearningMotion PlanningReinforcement Learning