paper-with-me

홈 › Papers

Towards a Reinforcement Learning Environment Toolbox for Intelligent Electric Motor Control

2019-10-21 · Arne Traue, Gerrit Book, Wilhelm Kirchgässner, Oliver Wallscheid

Electric motors are used in many applications and their efficiency is strongly dependent on their control. Among others, PI approaches or model predictive control methods are well-known in the scientific literature and industrial practice. A novel approach is to use reinforcement learning (RL) to have an agent learn electric drive control from scratch merely by interacting with a suitable control environment. RL achieved remarkable results with super-human performance in many games (e.g. Atari classics or Go) and also becomes more popular in control tasks like cartpole or swinging pendulum benchmarks. In this work, the open-source Python package gym-electric-motor (GEM) is developed for ease of training of RL-agents for electric motor control. Furthermore, this package can be used to compare the trained agents with other state-of-the-art control approaches. It is based on the OpenAI Gym framework that provides a widely used interface for the evaluation of RL-agents. The initial package version covers different DC motor variants and the prevalent permanent magnet synchronous motor as well as different power electronic converters and a mechanical load model. Due to the modular setup of the proposed toolbox, additional motor, load, and power electronic devices can be easily extended in the future. Furthermore, different secondary effects like controller interlocking time or noise are considered. An intelligent controller example based on the deep deterministic policy gradient algorithm which controls a series DC motor is presented and compared to a cascaded PI-controller as a baseline for future research. Fellow researchers are encouraged to use the framework in their RL investigations or to contribute to the functional scope (e.g. further motor types) of the package.

📄 PDF Abstract BibTeX arXiv:1910.09434

Code (2)

upb-lea/gym-electric-motor 공식 구현
upb-lea/gem-control

Tasks

Model Predictive ControlOpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

A Workbench for Testing and Simulation Faults in Three-phase Electric Motors with Intelligent Electronic Device and Microcontrolled System

2020-11-22 · Giovanni Faria, Michel Fernandes Peres, Osmar Moreira da Silva Neto, Jefferson Rodrigo Schuertz 외

Electric motors can be damaged or operate improperly from a possible set of failures. Such failures are related to high or very low voltage and current levels, phase loss or blocked rotor. Therefore, it is important to p…

Distributed Deep Reinforcement Learning: A Survey and A Multi-Player Multi-Agent Learning Toolbox

2022-12-01 · Qiyue Yin, Tongtong Yu, Shengqi Shen, Jun Yang 외

With the breakthrough of AlphaGo, deep reinforcement learning becomes a recognized technique for solving sequential decision-making problems. Despite its reputation, data inefficiency caused by its trial and error learni…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+2

An Intelligent Energy Management Framework for Hybrid-Electric Propulsion Systems Using Deep Reinforcement Learning

2021-07-31 · Peng Wu, Julius Partridge, Enrico Anderlini, Yuanchang Liu 외

Hybrid-electric propulsion systems powered by clean energy derived from renewable sources offer a promising approach to decarbonise the world's transportation systems. Effective energy management systems are critical for…

Deep Reinforcement Learningenergy managementManagementReinforcement Learning (RL)

An application of reinforcement learning to residential energy storage under real-time pricing

2021-11-22 · Eli Brock, Lauren Bruckstein, Patrick Connor, Sabrina Nguyen 외

With the proliferation of advanced metering infrastructure (AMI), more real-time data is available to electric utilities and consumers. Such high volumes of data facilitate innovative electricity rate structures beyond f…

reinforcement-learningReinforcement Learning (RL)

A Central Motor System Inspired Pre-training Reinforcement Learning for Robotic Control

2023-11-14 · Pei Zhang, Zhaobo Hua, Jinliang Ding

The development of intelligent robots requires control policies that can handle dynamic environments and evolving tasks. Pre-training reinforcement learning has emerged as an effective approach to address these demands b…

Hierarchical Reinforcement Learningreinforcement-learningReinforcement Learning