paper-with-me

홈 › Papers

Curriculum-based Reinforcement Learning for Distribution System Critical Load Restoration

2022-03-08 · Xiangyu Zhang, Abinet Tesfaye Eseye, Bernard Knueven, Weijia Liu, Matthew Reynolds, Wesley Jones

This paper focuses on the critical load restoration problem in distribution systems following major outages. To provide fast online response and optimal sequential decision-making support, a reinforcement learning (RL) based approach is proposed to optimize the restoration. Due to the complexities stemming from the large policy search space, renewable uncertainty, and nonlinearity in a complex grid control problem, directly applying RL algorithms to train a satisfactory policy requires extensive tuning to be successful. To address this challenge, this paper leverages the curriculum learning (CL) technique to design a training curriculum involving a simpler steppingstone problem that guides the RL agent to learn to solve the original hard problem in a progressive and more effective manner. We demonstrate that compared with direct learning, CL facilitates controller training to achieve better performance. To study realistic scenarios where renewable forecasts used for decision-making are in general imperfect, the experiments compare the trained RL controllers against two model predictive controllers (MPCs) using renewable forecasts with different error levels and observe how these controllers can hedge against the uncertainty. Results show that RL controllers are less susceptible to forecast errors than the baseline MPCs and can provide a more reliable restoration process.

📄 PDF Abstract BibTeX arXiv:2203.04166

Code (1)

nrel/rlc4clr 공식 구현

Tasks

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential Decision Making

Similar Papers 제목 키워드 기반

Understanding Curriculum Learning in Policy Optimization for Online Combinatorial Optimization

2022-02-11 · Runlong Zhou, Zelin He, Yuandong Tian, Yi Wu 외

Over the recent years, reinforcement learning (RL) starts to show promising results in tackling combinatorial optimization (CO) problems, in particular when coupled with curriculum learning to facilitate training. Despit…

Combinatorial OptimizationReinforcement Learning (RL)

TAROT: Test-driven and Capability-adaptive Curriculum Reinforcement Fine-tuning for Code Generation with Large Language Models

2026-02-17 · Chansung Park, Juyong Jiang, Fan Wang, Sayak Paul 외 arxiv

Large Language Models (LLMs) are changing the coding paradigm, known as vibe coding, yet synthesizing algorithmically sophisticated and robust code still remains a critical challenge. Incentivizing the deep reasoning cap…

Code Generation

FAME: Force-Adaptive RL for Expanding the Manipulation Envelope of a Full-Scale Humanoid

2026-03-09 · Niraj Pudasaini, Yutong Zhang, Jensen Lavering, Alessandro Roncone 외 arxiv

Maintaining balance under external hand forces is critical for humanoid bimanual manipulation, where interaction forces propagate through the kinematic chain and constrain the feasible manipulation envelope. We propose \…

Reinforcement Learning

Reinforcement Learning with Adaptive Curriculum Dynamics Randomization for Fault-Tolerant Robot Control

2021-11-19 · Wataru Okamoto, Hiroshi Kera, Kazuhiko Kawamoto

This study is aimed at addressing the problem of fault tolerance of quadruped robots to actuator failure, which is critical for robots operating in remote or extreme environments. In particular, an adaptive curriculum re…

reinforcement-learningReinforcement Learning (RL)

Diverse Auto-Curriculum is Critical for Successful Real-World Multiagent Learning Systems

2021-02-15 · Yaodong Yang, Jun Luo, Ying Wen, Oliver Slumbers 외

Multiagent reinforcement learning (MARL) has achieved a remarkable amount of success in solving various types of video games. A cornerstone of this success is the auto-curriculum framework, which shapes the learning proc…

Autonomous DrivingDiversity