paper-with-me

Papers

Policy Gradient-Based EMT-in-the-Loop Learning to Mitigate Sub-Synchronous Control Interactions

2025-11-08 · Sayak Mukherjee, Ramij R. Hossain, Kaustav Chatterjee, Sameer Nekkalapu, Marcelo Elizondo arxiv

This paper explores the development of learning-based tunable control gains using EMT-in-the-loop simulation framework (e.g., PSCAD interfaced with Python-based learning modules) to address critical sub-synchronous oscillations. Since sub-synchronous control interactions (SSCI) arise from the mis-tuning of control gains under specific grid configurations, effective mitigation strategies require adaptive re-tuning of these gains. Such adaptiveness can be achieved by employing a closed-loop, learning-based framework that considers the grid conditions responsible for such sub-synchronous oscillations. This paper addresses this need by adopting methodologies inspired by Markov decision process (MDP) based reinforcement learning (RL), with a particular emphasis on simpler deep policy gradient methods with additional SSCI-specific signal processing modules such as down-sampling, bandpass filtering, and oscillation energy dependent reward computations. Our experimentation in a real-world event setting demonstrates that the deep policy gradient based trained policy can adaptively compute gain settings in response to varying grid conditions and optimally suppress control interaction-induced oscillations.

📄 PDF Abstract BibTeX arXiv:2511.05822

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Efficient Reinforcement Learning using Linear Koopman Dynamics for Nonlinear Robotic Systems

2026-04-21 · Wenjian Hao, Yuxuan Fang, Zehui Lu, Shaoshuai Mou arxiv

This paper presents a model-based reinforcement learning (RL) framework for optimal closed-loop control of nonlinear robotic systems. The proposed approach learns linear lifted dynamics through Koopman operator theory an…

Reinforcement Learning

GAC: Stabilizing Asynchronous RL Training for LLMs via Gradient Alignment Control

2026-03-02 · Haofeng Xu, Junwei Su, Yukun Tian, Lansong Diao 외 arxiv

Asynchronous execution is essential for scaling reinforcement learning (RL) to modern large model workloads, including large language models and AI agents, but it can fundamentally alter RL optimization behavior. While p…

Reinforcement Learning

Agile in the Face of Delay: Asynchronous End-to-End Learning for Real-World Aerial Navigation

2025-09-17 · Yude Li, Zhexuan Zhou, Huizhe Li, Youmin Gong 외 arxiv

Robust autonomous navigation for Autonomous Aerial Vehicles (AAVs) in complex environments is a critical capability. However, modern end-to-end navigation faces a key challenge: the high-frequency control loop needed for…

Reinforcement Learning

An Efficient Asynchronous Method for Integrating Evolutionary and Gradient-based Policy Search

2020-12-10 · NeurIPS 2020 12 · Kyunghyun Lee, Byeong-Uk Lee, Ukcheol Shin, In So Kweon

Deep reinforcement learning (DRL) algorithms and evolution strategies (ES) have been applied to various tasks, showing excellent performances. These have the opposite properties, with DRL having good sample efficiency an…

continuous-controlContinuous ControlDeep Reinforcement LearningPolicy Gradient Methods+3

Acting While Understanding: Asynchronous Semantic-Action Decoupling for Real-Time Vision-Language-Action Models

2026-06-13 · Shenhao Yan, Ge Wang, Qi Liu, Weilin Meng 외 arxiv

Vision-Language-Action models (VLAs) have demonstrated strong task understanding and generalization in robotic manipulation, yet the high computational cost of full-model inference limits their deployment in low-latency,…