paper-with-me

Papers

Learning from Suboptimal Data in Continuous Control via Auto-Regressive Soft Q-Network

2025-02-01 · Jijia Liu, Feng Gao, Qingmin Liao, Chao Yu, Yu Wang

Reinforcement learning (RL) for continuous control often requires large amounts of online interaction data. Value-based RL methods can mitigate this burden by offering relatively high sample efficiency. Some studies further enhance sample efficiency by incorporating offline demonstration data to "kick-start" training, achieving promising results in continuous control. However, they typically compute the Q-function independently for each action dimension, neglecting interdependencies and making it harder to identify optimal actions when learning from suboptimal data, such as non-expert demonstration and online-collected data during the training process. To address these issues, we propose Auto-Regressive Soft Q-learning (ARSQ), a value-based RL algorithm that models Q-values in a coarse-to-fine, auto-regressive manner. First, ARSQ decomposes the continuous action space into discrete spaces in a coarse-to-fine hierarchy, enhancing sample efficiency for fine-grained continuous control tasks. Next, it auto-regressively predicts dimensional action advantages within each decision step, enabling more effective decision-making in continuous control tasks. We evaluate ARSQ on two continuous control benchmarks, RLBench and D4RL, integrating demonstration data into online training. On D4RL, which includes non-expert demonstrations, ARSQ achieves an average $1.62\times$ performance improvement over SOTA value-based baseline. On RLBench, which incorporates expert demonstrations, ARSQ surpasses various baselines, demonstrating its effectiveness in learning from suboptimal online-collected data. Project page is at https://sites.google.com/view/ar-soft-q

📄 PDF Abstract BibTeX arXiv:2502.00288

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlD4RLQ-LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

DiTAR: Diffusion Transformer Autoregressive Modeling for Speech Generation

2025-02-06 · Dongya Jia, Zhuo Chen, Jiawei Chen, Chenpeng Du 외

Several recent studies have attempted to autoregressively generate continuous speech representations without discrete speech tokens by combining diffusion and autoregressive models, yet they often face challenges with ex…

DiversityLanguage ModelingLanguage Modelling

Controlled LLM Decoding via Discrete Auto-regressive Biasing

2025-02-06 · Patrick Pynadath, Ruqi Zhang

Controlled text generation allows for enforcing user-defined constraints on large language model outputs, an increasingly important field as LLMs become more prevalent in everyday life. One common approach uses energy-ba…

Large Language ModelText Generation

Attribute Token Arithmetic: Disentangled and Continuous Semantic Control for Visual Autoregressive Models

2026-08-28 · Xindi Yang, Yicheng Wu, Cheng Zhang, Jianfei Cai 외 arxiv

Autoregressive text-to-image generation has recently achieved remarkable progress, offering high-fidelity synthesis via a unified generative framework. However, fine-grained semantic control remains challenging due to th…

Computational EfficiencyText-to-Image Generation

Self-control: A Better Conditional Mechanism for Masked Autoregressive Model

2024-12-18 · Qiaoying Qu, Shiyu Shen

Autoregressive conditional image generation algorithms are capable of generating photorealistic images that are consistent with given textual or image conditions, and have great potential for a wide range of applications…

Conditional Image GenerationImage GenerationQuantization

Autoregressive Policies for Continuous Control Deep Reinforcement Learning

2019-03-27 · Dmytro Korenkevych, A. Rupam Mahmood, Gautham Vasan, James Bergstra

Reinforcement learning algorithms rely on exploration to discover new behaviors, which is typically achieved by following a stochastic policy. In continuous control tasks, policies with a Gaussian distribution have been …

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+2