paper-with-me

Papers

Sample and Computationally Efficient Continuous-Time Reinforcement Learning with General Function Approximation

2025-05-20 · Runze Zhao, Yue Yu, Adams Yiyue Zhu, Chen Yang, Dongruo Zhou

Continuous-time reinforcement learning (CTRL) provides a principled framework for sequential decision-making in environments where interactions evolve continuously over time. Despite its empirical success, the theoretical understanding of CTRL remains limited, especially in settings with general function approximation. In this work, we propose a model-based CTRL algorithm that achieves both sample and computational efficiency. Our approach leverages optimism-based confidence sets to establish the first sample complexity guarantee for CTRL with general function approximation, showing that a near-optimal policy can be learned with a suboptimality gap of $\tilde{O}(\sqrt{d_{\mathcal{R}} + d_{\mathcal{F}}}N^{-1/2})$ using $N$ measurements, where $d_{\mathcal{R}}$ and $d_{\mathcal{F}}$ denote the distributional Eluder dimensions of the reward and dynamic functions, respectively, capturing the complexity of general function approximation in reinforcement learning. Moreover, we introduce structured policy updates and an alternative measurement strategy that significantly reduce the number of policy updates and rollouts while maintaining competitive sample efficiency. We implemented experiments to backup our proposed algorithms on continuous control tasks and diffusion model fine-tuning, demonstrating comparable performance with significantly fewer policy updates and rollouts.

📄 PDF Abstract BibTeX arXiv:2505.14821

Code (1)

MLIUB/PURE 공식 구현 pytorch

Tasks

Computational Efficiencycontinuous-controlContinuous Controlreinforcement-learningReinforcement LearningSequential Decision Making

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Asynchronous Episodic Deep Deterministic Policy Gradient: Towards Continuous Control in Computationally Complex Environments

2019-03-03 · Zhizheng Zhang, Jiale Chen, Zhibo Chen, Weiping Li

Deep Deterministic Policy Gradient (DDPG) has been proved to be a successful reinforcement learning (RL) algorithm for continuous control tasks. However, DDPG still suffers from data insufficiency and training inefficien…

continuous-controlContinuous ControlMuJoCoReinforcement Learning+1

Dropout Q-Functions for Doubly Efficient Reinforcement Learning

2021-10-05 · ICLR 2022 4 · Takuya Hiraoka, Takahisa Imagawa, Taisei Hashimoto, Takashi Onishi 외

Randomized ensembled double Q-learning (REDQ) (Chen et al., 2021b) has recently achieved state-of-the-art sample efficiency on continuous-action reinforcement learning benchmarks. This superior sample efficiency is made …

Computational EfficiencyQ-Learningreinforcement-learningReinforcement Learning+1

Deterministic Policy Gradient for Reinforcement Learning with Continuous Time and State

2025-09-28 · Ziheng Cheng, Xin Guo, Yufei Zhang arxiv

The theory of continuous-time reinforcement learning (RL) has progressed rapidly in recent years. While the ultimate objective of RL is typically to learn deterministic control policies, most existing continuous-time RL …

General Reinforcement Learning

Sample Efficient Ensemble Learning with Catalyst.RL

2020-03-29 · Sergey Kolesnikov, Valentin Khrulkov

We present Catalyst.RL, an open-source PyTorch framework for reproducible and sample efficient reinforcement learning (RL) research. Main features of Catalyst.RL include large-scale asynchronous distributed training, eff…

Ensemble Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Estimation of Rényi Entropy and Mutual Information Based on Generalized Nearest-Neighbor Graphs

2010-12-01 · NeurIPS 2010 12 · Dávid Pál, Barnabás Póczos, Csaba Szepesvári

We present simple and computationally efficient nonparametric estimators of R\'enyi entropy and mutual information based on an i.i.d. sample drawn from an unknown, absolutely continuous distribution over $\R^d$. The esti…