paper-with-me

Papers

Consistency Models as a Rich and Efficient Policy Class for Reinforcement Learning

2023-09-29 · Zihan Ding, Chi Jin

Score-based generative models like the diffusion model have been testified to be effective in modeling multi-modal data from image generation to reinforcement learning (RL). However, the inference process of diffusion model can be slow, which hinders its usage in RL with iterative sampling. We propose to apply the consistency model as an efficient yet expressive policy representation, namely consistency policy, with an actor-critic style algorithm for three typical RL settings: offline, offline-to-online and online. For offline RL, we demonstrate the expressiveness of generative models as policies from multi-modal data. For offline-to-online RL, the consistency policy is shown to be more computational efficient than diffusion policy, with a comparable performance. For online RL, the consistency policy demonstrates significant speedup and even higher average performances than the diffusion policy.

📄 PDF Abstract BibTeX arXiv:2309.16984

Code (1)

quantumiracle/consistency_model_for_reinforcement_learning 공식 구현 pytorch

Tasks

Image GenerationOffline RLReinforcement Learning (RL)

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…

Similar Papers 제목 키워드 기반

Implicit Policy for Reinforcement Learning

2018-06-10 · Yunhao Tang, Shipra Agrawal

We introduce Implicit Policy, a general class of expressive policies that can flexibly represent complex action distributions in reinforcement learning, with efficient algorithms to compute entropy regularized policy gra…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Efficient Inference for Inverse Reinforcement Learning and Dynamic Discrete Choice Models

2025-12-30 · Lars van der Laan, Aurelien Bibaut, Nathan Kallus arxiv

In many sequential decision-making problems, researchers observe actions but not the rewards that drive behavior, yet still wish to evaluate and compare counterfactual policies. Inverse reinforcement learning (IRL) and d…

Reinforcement Learning

RSPO: Reward-Swap Policy Optimization for Multi-Turn LLM Agents

2026-07-06 · Qiang Liu, Taian Guo, Ruizhi Qiao, Xing Sun arxiv

Reinforcement learning holds significant potential for training large language models (LLMs) to handle multi-turn interactive tasks. However, in long-horizon, multi-turn tasks characterized by sparse outcome rewards, dir…

Reinforcement Learning

Reinforcement Learning for Economic Policy: A New Frontier?

2022-06-16 · Callum Rhys Tilbury

Agent-based computational economics is a field with a rich academic history, yet one which has struggled to enter mainstream policy design toolboxes, plagued by the challenges associated with representing a complex and d…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

ConRFT: A Reinforced Fine-tuning Method for VLA Models via Consistency Policy

2025-02-08 · Yuhui Chen, Shuai Tian, Shugao Liu, Yingting Zhou 외

Vision-Language-Action (VLA) models have shown substantial potential in real-world robotic manipulation. However, fine-tuning these models through supervised learning struggles to achieve robust performance due to limite…

Q-LearningSafe ExplorationVision-Language-Action