paper-with-me

홈 › Papers

Safe Reinforcement Learning for Real-World Engine Control

2025-01-28 · Julian Bedei, Lucas Koch, Kevin Badalian, Alexander Winkler, Patrick Schaber, Jakob Andert

This work introduces a toolchain for applying Reinforcement Learning (RL), specifically the Deep Deterministic Policy Gradient (DDPG) algorithm, in safety-critical real-world environments. As an exemplary application, transient load control is demonstrated on a single-cylinder internal combustion engine testbench in Homogeneous Charge Compression Ignition (HCCI) mode, that offers high thermal efficiency and low emissions. However, HCCI poses challenges for traditional control methods due to its nonlinear, autoregressive, and stochastic nature. RL provides a viable solution, however, safety concerns, such as excessive pressure rise rates, must be addressed when applying to HCCI. A single unsuitable control input can severely damage the engine or cause misfiring and shut down. Additionally, operating limits are not known a priori and must be determined experimentally. To mitigate these risks, real-time safety monitoring based on the k-nearest neighbor algorithm is implemented, enabling safe interaction with the testbench. The feasibility of this approach is demonstrated as the RL agent learns a control policy through interaction with the testbench. A root mean square error of 0.1374 bar is achieved for the indicated mean effective pressure, comparable to neural network-based controllers from the literature. The toolchain's flexibility is further demonstrated by adapting the agent's policy to increase ethanol energy shares, promoting renewable fuel use while maintaining safety. This RL approach addresses the longstanding challenge of applying RL to safety-critical real-world environments. The developed toolchain, with its adaptability and safety mechanisms, paves the way for future applicability of RL in engine testbenches and other safety-critical settings.

📄 PDF Abstract BibTeX arXiv:2501.16613

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Similar Papers 제목 키워드 기반

Hierarchical Reinforcement Learning with Runtime Safety Shielding for Power Grid Operation

2026-04-15 · Gitesh Malik arxiv

Reinforcement learning has shown promise for automating power-grid operation tasks such as topology control and congestion management. However, its deployment in real-world power systems remains limited by strict safety …

Hierarchical Reinforcement LearningZero-shot Generalization

Guided Safe Shooting: model based reinforcement learning with safety constraints

2022-06-20 · Giuseppe Paolo, Jonas Gonzalez-Billandon, Albert Thomas, Balázs Kégl

In the last decade, reinforcement learning successfully solved complex control tasks and decision-making problems, like the Go board game. Yet, there are few success stories when it comes to deploying those algorithms to…

Decision MakingModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1

The Pump Scheduling Problem: A Real-World Scenario for Reinforcement Learning

2022-10-20 · Henrique Donâncio, Laurent Vercouter, Harald Roclawski

Deep Reinforcement Learning (DRL) has demonstrated impressive results in domains such as games and robotics, where task formulations are well-defined. However, few DRL benchmarks are grounded in complex, real-world envir…

Deep Reinforcement LearningOffline RLreinforcement-learningReinforcement Learning (RL)+2

Barrier Certified Safety Learning Control: When Sum-of-Square Programming Meets Reinforcement Learning

2022-06-16 · Hejun Huang, Zhenglong Li, Dongkun Han

Safety guarantee is essential in many engineering implementations. Reinforcement learning provides a useful way to strengthen safety. However, reinforcement learning algorithms cannot completely guarantee safety over rea…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

ReinVBC: A Model-based Reinforcement Learning Approach to Vehicle Braking Controller

2026-04-06 · Haoxin Lin, Junjie Zhou, Daheng Xu, Yang Yu arxiv

Braking system, the key module to ensure the safety and steer-ability of current vehicles, relies on extensive manual calibration during production. Reducing labor and time consumption while maintaining the Vehicle Braki…

Reinforcement Learning