paper-with-me

홈 › Papers

Distributionally Robust Self Paced Curriculum Reinforcement Learning

2025-11-07 · Anirudh Satheesh, Keenan Powell, Vaneet Aggarwal arxiv

A central challenge in reinforcement learning is that policies trained in controlled environments often fail under distribution shifts at deployment into real-world environments. Distributionally Robust Reinforcement Learning (DRRL) addresses this by optimizing for worst-case performance within an uncertainty set defined by a robustness budget $ε$. However, fixing $ε$ results in a tradeoff between performance and robustness: small values yield high nominal performance but weak robustness, while large values can result in instability and overly conservative policies. We propose Distributionally Robust Self-Paced Curriculum Reinforcement Learning (DR-SPCRL), a method that overcomes this limitation by treating $ε$ as a continuous curriculum. DR-SPCRL adaptively schedules the robustness budget according to the agent's progress, enabling a balance between nominal and robust performance. Empirical results across multiple environments demonstrate that DR-SPCRL not only stabilizes training but also achieves a superior robustness-performance trade-off, yielding an average 11.8\% increase in episodic return under varying perturbations compared to fixed or heuristic scheduling strategies, and achieving approximately 1.9$\times$ the performance of the corresponding nominal RL algorithms.

📄 PDF Abstract BibTeX arXiv:2511.05694

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Self Paced Gaussian Contextual Reinforcement Learning

2026-03-24 · Mohsen Sahraei Ardakani, Rui Song arxiv

Curriculum learning improves reinforcement learning (RL) efficiency by sequencing tasks from simple to complex. However, many self-paced curriculum methods rely on computationally expensive inner-loop optimizations, limi…

Reinforcement Learning

Reward-Machine-Guided, Self-Paced Reinforcement Learning

2023-05-25 · Cevahir Koprulu, Ufuk Topcu

Self-paced reinforcement learning (RL) aims to improve the data efficiency of learning by automatically creating sequences, namely curricula, of probability distributions over contexts. However, existing techniques for s…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Self-Paced Absolute Learning Progress as a Regularized Approach to Curriculum Learning

2023-06-09 · Tobias Niehues, Ulla Scheler, Pascal Klink

The usability of Reinforcement Learning is restricted by the large computation times it requires. Curriculum Reinforcement Learning speeds up learning by defining a helpful order in which an agent encounters tasks, i.e. …

reinforcement-learningReinforcement Learning

Metrics Matter: A Closer Look on Self-Paced Reinforcement Learning

2021-09-29 · Pascal Klink, Haoyi Yang, Jan Peters, Joni Pajarinen

Curriculum reinforcement learning (CRL) allows to solve complex tasks by generating a tailored sequence of learning tasks, starting from easy ones and subsequently increasing their difficulty. However, the generation of …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

ScreenerNet: Learning Self-Paced Curriculum for Deep Neural Networks

2018-01-03 · Tae-hoon Kim, Jonghyun Choi

We propose to learn a curriculum or a syllabus for supervised learning and deep reinforcement learning with deep neural networks by an attachable deep neural network, called ScreenerNet. Specifically, we learn a weight f…

Deep Reinforcement LearningQ-LearningReinforcement Learning