paper-with-me

Papers

Boosting Continuous Control with Consistency Policy

2023-10-10 · Yuhui Chen, Haoran Li, Dongbin Zhao

Due to its training stability and strong expression, the diffusion model has attracted considerable attention in offline reinforcement learning. However, several challenges have also come with it: 1) The demand for a large number of diffusion steps makes the diffusion-model-based methods time inefficient and limits their applications in real-time control; 2) How to achieve policy improvement with accurate guidance for diffusion model-based policy is still an open problem. Inspired by the consistency model, we propose a novel time-efficiency method named Consistency Policy with Q-Learning (CPQL), which derives action from noise by a single step. By establishing a mapping from the reverse diffusion trajectories to the desired policy, we simultaneously address the issues of time efficiency and inaccurate guidance when updating diffusion model-based policy with the learned Q-function. We demonstrate that CPQL can achieve policy improvement with accurate guidance for offline reinforcement learning, and can be seamlessly extended for online RL tasks. Experimental results indicate that CPQL achieves new state-of-the-art performance on 11 offline and 21 online tasks, significantly improving inference speed by nearly 45 times compared to Diffusion-QL. We will release our code later.

📄 PDF Abstract BibTeX arXiv:2310.06343

Code (1)

cccedric/cpql 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlQ-Learningreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Improved Soft Actor-Critic: Mixing Prioritized Off-Policy Samples with On-Policy Experience

2021-09-24 · Chayan Banerjee, Zhiyong Chen, Nasimul Noman

Soft Actor-Critic (SAC) is an off-policy actor-critic reinforcement learning algorithm, essentially based on entropy regularization. SAC trains a policy by maximizing the trade-off between expected return and entropy (ra…

continuous-controlContinuous ControlMuJoCo

Boosting Exploration in Actor-Critic Algorithms by Incentivizing Plausible Novel States

2022-10-01 · Chayan Banerjee, Zhiyong Chen, Nasimul Noman

Actor-critic (AC) algorithms are a class of model-free deep reinforcement learning algorithms, which have proven their efficacy in diverse domains, especially in solving continuous control problems. Improvement of explor…

continuous-controlContinuous ControlDeep Reinforcement LearningMuJoCo

Q-Pensieve: Boosting Sample Efficiency of Multi-Objective RL Through Memory Sharing of Q-Snapshots

2022-12-06 · Wei Hung, Bo-Kai Huang, Ping-Chun Hsieh, Xi Liu

Many real-world continuous control problems are in the dilemma of weighing the pros and cons, multi-objective reinforcement learning (MORL) serves as a generic framework of learning control policies for different prefere…

continuous-controlContinuous ControlMulti-Objective Reinforcement Learning

Deterministic Policy Gradient for Learning Equilibrium in Time-Inconsistent Control Problems

2026-06-10 · Xin Guo, Yijie Huang, Xiang Yu arxiv

In this paper, we develop a continuous-time model-free reinforcement learning algorithm to learn deterministic equilibrium policies in general time-inconsistent control problems. Utilizing the extended Hamilton-Jacobi-Be…

Reinforcement Learning

Uncovering Latent Phase Structures and Branching Logic in Locomotion Policies: A Case Study on HalfCheetah

2026-03-18 · Daisuke Yasui, Toshitaka Matsuki, Hiroshi Sato arxiv

In locomotion control tasks, Deep Reinforcement Learning (DRL) has demonstrated high performance; however, the decision-making process of the learned policy remains a black box, making it difficult for humans to understa…

Reinforcement LearningDecision Making