paper-with-me

홈 › Papers

Critic PI2: Master Continuous Planning via Policy Improvement with Path Integrals and Deep Actor-Critic Reinforcement Learning

2020-11-13 · Jiajun Fan, He Ba, Xian Guo, Jianye Hao

Constructing agents with planning capabilities has long been one of the main challenges in the pursuit of artificial intelligence. Tree-based planning methods from AlphaGo to Muzero have enjoyed huge success in discrete domains, such as chess and Go. Unfortunately, in real-world applications like robot control and inverted pendulum, whose action space is normally continuous, those tree-based planning techniques will be struggling. To address those limitations, in this paper, we present a novel model-based reinforcement learning frameworks called Critic PI2, which combines the benefits from trajectory optimization, deep actor-critic learning, and model-based reinforcement learning. Our method is evaluated for inverted pendulum models with applicability to many continuous control systems. Extensive experiments demonstrate that Critic PI2 achieved a new state of the art in a range of challenging continuous domains. Furthermore, we show that planning with a critic significantly increases the sample efficiency and real-time performance. Our work opens a new direction toward learning the components of a model-based planning system and how to use them.

📄 PDF Abstract BibTeX arXiv:2011.06752

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlModel-based Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Average Pooling 설명 없음
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…
Monte-Carlo Tree Search Monte-Carlo Tree Search is a planning algorithm that accumulates value estimates obtained from Monte Carlo simulations in order to successively direct simulations towards more…
Batch Normalization 설명 없음
Prioritized Experience Replay Prioritized Experience Replay is a type of experience replay in reinforcement learning where we more frequently replay…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

Theoretically Guaranteed Policy Improvement Distilled from Model-Based Planning

2023-07-24 · Chuming Li, Ruonan Jia, Jie Liu, Yinmin Zhang 외

Model-based reinforcement learning (RL) has demonstrated remarkable successes on a range of continuous control tasks due to its high sample efficiency. To save the computation cost of conducting planning online, recent p…

continuous-controlContinuous ControlModel-based Reinforcement LearningMuJoCo+1

Mastering Visual Continuous Control: Improved Data-Augmented Reinforcement Learning

2021-07-20 · ICLR 2022 4 · Denis Yarats, Rob Fergus, Alessandro Lazaric, Lerrel Pinto

We present DrQ-v2, a model-free reinforcement learning (RL) algorithm for visual continuous control. DrQ-v2 builds on DrQ, an off-policy actor-critic approach that uses data augmentation to learn directly from pixels. We…

continuous-controlContinuous ControlData AugmentationGPU+4

Mastering the Game of Go with Self-play Experience Replay

2026-01-06 · Jingbin Liu, Xuechun Wang arxiv

The game of Go has long served as a benchmark for artificial intelligence, demanding sophisticated strategic reasoning and long-term planning. Previous approaches such as AlphaGo and its successors, have predominantly re…

Reinforcement LearningGame of Go

Navigating Demand Uncertainty in Container Shipping: Deep Reinforcement Learning for Enabling Adaptive and Feasible Master Stowage Planning

2025-02-18 · Jaike van Twiller, Yossiri Adulyasak, Erick Delage, Djordje Grbic 외

Reinforcement learning (RL) has shown promise in solving various combinatorial optimization problems. However, conventional RL faces challenges when dealing with real-world constraints, especially when action space feasi…

Combinatorial OptimizationDeep Reinforcement Learningreinforcement-learningReinforcement Learning+2

Continuous Control Reinforcement Learning: Distributed Distributional DrQ Algorithms

2024-04-16 · Zehao Zhou

Distributed Distributional DrQ is a model-free and off-policy RL algorithm for continuous control tasks based on the state and observation of the agent, which is an actor-critic method with the data-augmentation and the …

continuous-controlContinuous ControlData Augmentationreinforcement-learning+1