paper-with-me

Papers

Continuous Control with Action Quantization from Demonstrations

2021-10-19 · Robert Dadashi, Léonard Hussenot, Damien Vincent, Sertan Girgin, Anton Raichuk, Matthieu Geist, Olivier Pietquin

In this paper, we propose a novel Reinforcement Learning (RL) framework for problems with continuous action spaces: Action Quantization from Demonstrations (AQuaDem). The proposed approach consists in learning a discretization of continuous action spaces from human demonstrations. This discretization returns a set of plausible actions (in light of the demonstrations) for each input state, thus capturing the priors of the demonstrator and their multimodal behavior. By discretizing the action space, any discrete action deep RL technique can be readily applied to the continuous control problem. Experiments show that the proposed approach outperforms state-of-the-art methods such as SAC in the RL setup, and GAIL in the Imitation Learning setup. We provide a website with interactive videos: https://google-research.github.io/aquadem/ and make the code available: https://github.com/google-research/google-research/tree/master/aquadem.

📄 PDF Abstract BibTeX arXiv:2110.10149

Code (1)

google-research/google-research 공식 구현 tf

Tasks

continuous-controlContinuous ControlImitation LearningQuantizationReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

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…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Dilated Convolution 설명 없음
SAC 설명 없음
GAIL Generative Adversarial Imitation Learning presents a new general framework for directly extracting a policy from data, as if it were obtained by reinforcement learning…

Similar Papers 제목 키워드 기반

Understanding Behavior Cloning with Action Quantization

2026-03-20 · Haoqun Cao, Tengyang Xie arxiv

Behavior cloning is a fundamental paradigm in machine learning, enabling policy learning from expert demonstrations across robotics, autonomous driving, and generative models. Autoregressive models like transformer have …

Continuous ControlAutonomous Driving

PRISE: LLM-Style Sequence Compression for Learning Temporal Action Abstractions in Control

2024-02-16 · Ruijie Zheng, Ching-An Cheng, Hal Daumé III, Furong Huang 외

Temporal action abstractions, along with belief state representations, are a powerful knowledge sharing mechanism for sequential decision making. In this work, we propose a novel view that treats inducing temporal action…

continuous-controlContinuous ControlDecision MakingFew-Shot Imitation Learning+3

CLAM: Continuous Latent Action Models for Robot Learning from Unlabeled Demonstrations

2025-05-08 · Anthony Liang, Pavel Czempin, Matthew Hong, Yutai Zhou 외

Learning robot policies using imitation learning requires collecting large amounts of costly action-labeled expert demonstrations, which fundamentally limits the scale of training data. A promising approach to address th…

continuous-controlContinuous ControlImitation Learning

Learning Memory-Dependent Continuous Control from Demonstrations

2021-02-18 · Siqing Hou, Dongqi Han, Jun Tani

Efficient exploration has presented a long-standing challenge in reinforcement learning, especially when rewards are sparse. A developmental system can overcome this difficulty by learning from both demonstrations and se…

continuous-controlContinuous ControlDecision MakingEfficient Exploration+3

Learning Massively Multitask World Models for Continuous Control

2025-11-24 · Nicklas Hansen, Hao Su, Xiaolong Wang arxiv

General-purpose control demands agents that act across many tasks and embodiments, yet research on reinforcement learning (RL) for continuous control remains dominated by single-task or offline regimes, reinforcing a vie…

Reinforcement LearningContinuous Control