paper-with-me

홈 › Papers

Provable Reset-free Reinforcement Learning by No-Regret Reduction

2023-01-06 · Hoai-An Nguyen, Ching-An Cheng

Reinforcement learning (RL) so far has limited real-world applications. One key challenge is that typical RL algorithms heavily rely on a reset mechanism to sample proper initial states; these reset mechanisms, in practice, are expensive to implement due to the need for human intervention or heavily engineered environments. To make learning more practical, we propose a generic no-regret reduction to systematically design reset-free RL algorithms. Our reduction turns the reset-free RL problem into a two-player game. We show that achieving sublinear regret in this two-player game would imply learning a policy that has both sublinear performance regret and sublinear total number of resets in the original RL problem. This means that the agent eventually learns to perform optimally and avoid resets. To demonstrate the effectiveness of this reduction, we design an instantiation for linear Markov decision processes, which is the first provably correct reset-free RL algorithm.

📄 PDF Abstract BibTeX arXiv:2301.02389

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Online Markov Decision Processes with Terminal Law Constraints

2026-01-12 · Bianca Marin Moreno, Margaux Brégère, Pierre Gaillard, Nadia Oudjane arxiv

Traditional reinforcement learning usually assumes either episodic interactions with resets or continuous operation to minimize average or cumulative loss. While episodic settings have many theoretical results, resets ar…

Reinforcement Learning

A Reduction from Reinforcement Learning to No-Regret Online Learning

2019-11-14 · Ching-An Cheng, Remi Tachet des Combes, Byron Boots, Geoff Gordon

We present a reduction from reinforcement learning (RL) to no-regret online learning based on the saddle-point formulation of RL, by which "any" online algorithm with sublinear regret can generate policies with provable …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Provable Pruning for Efficient 3D Gaussian Splatting via Coresets

2026-07-02 · Waseem Mousa, Alaa Maalouf arxiv

3D Gaussian Splatting (3DGS) enables high-quality real-time novel-view synthesis, but practical scenes often contain millions of Gaussians, making compression essential for deployment on limited hardware. Existing reduct…

Credit Assignment with Resets in Language Model Reasoning

2026-05-25 · Ankur Samanta, Akshayaa Magesh, Ayush Jain, Youliang Yu 외 arxiv

Contemporary reinforcement learning with verifiable reward methods post-train language models on multi-step reasoning by assigning a single outcome reward uniformly across all tokens in a trajectory. Such uniform assignm…

Reinforcement Learning

Sublinear Least-Squares Value Iteration via Locality Sensitive Hashing

2021-05-18 · Anshumali Shrivastava, Zhao Song, Zhaozhuo Xu

We present the first provable Least-Squares Value Iteration (LSVI) algorithms that have runtime complexity sublinear in the number of actions. We formulate the value function estimation procedure in value iteration as an…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)