paper-with-me

Papers

Function Approximation for Reinforcement Learning Controller for Energy from Spread Waves

2024-04-17 · Soumyendu Sarkar, Vineet Gundecha, Sahand Ghorbanpour, Alexander Shmakov, Ashwin Ramesh Babu, Avisek Naug, Alexandre Pichard, Mathieu Cocho

The industrial multi-generator Wave Energy Converters (WEC) must handle multiple simultaneous waves coming from different directions called spread waves. These complex devices in challenging circumstances need controllers with multiple objectives of energy capture efficiency, reduction of structural stress to limit maintenance, and proactive protection against high waves. The Multi-Agent Reinforcement Learning (MARL) controller trained with the Proximal Policy Optimization (PPO) algorithm can handle these complexities. In this paper, we explore different function approximations for the policy and critic networks in modeling the sequential nature of the system dynamics and find that they are key to better performance. We investigated the performance of a fully connected neural network (FCN), LSTM, and Transformer model variants with varying depths and gated residual connections. Our results show that the transformer model of moderate depth with gated residual connections around the multi-head attention, multi-layer perceptron, and the transformer block (STrXL) proposed in this paper is optimal and boosts energy efficiency by an average of 22.1% for these complex spread waves over the existing spring damper (SD) controller. Furthermore, unlike the default SD controller, the transformer controller almost eliminated the mechanical stress from the rotational yaw motion for angled waves. Demo: https://tinyurl.com/yueda3jh

📄 PDF Abstract BibTeX arXiv:2404.10991

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learningreinforcement-learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Sigmoid Activation 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Trapezoidal Gradient Descent for Effective Reinforcement Learning in Spiking Networks

2024-06-19 · Yuhao Pan, Xiucheng Wang, Nan Cheng, Qi Qiu

With the rapid development of artificial intelligence technology, the field of reinforcement learning has continuously achieved breakthroughs in both theory and practice. However, traditional reinforcement learning algor…

reinforcement-learningReinforcement LearningSensitivity

Adapting Surprise Minimizing Reinforcement Learning Techniques for Transactive Control

2021-11-11 · William Arnold, Tarang Srivastava, Lucas Spangher, Utkarsha Agwan 외

Optimizing prices for energy demand response requires a flexible controller with ability to navigate complex environments. We propose a reinforcement learning controller with surprise minimizing modifications in its arch…

Navigatereinforcement-learningReinforcement LearningReinforcement Learning (RL)

Reinforcement Learning for Optimal Control of a District Cooling Energy Plant

2022-03-14 · Zhong Guo, Austin R. Coffman, Prabir Barooah

District cooling energy plants (DCEPs) consisting of chillers, cooling towers, and thermal energy storage (TES) systems consume a considerable amount of electricity. Optimizing the scheduling of the TES and chillers to t…

Model Predictive ControlQ-Learningreinforcement-learningReinforcement Learning (RL)+1

Extended Radial Basis Function Controller for Reinforcement Learning

2020-09-12 · Nicholas Capel, Naifu Zhang

There have been attempts in reinforcement learning to exploit a priori knowledge about the structure of the system. This paper proposes a hybrid reinforcement learning controller which dynamically interpolates a model-ba…

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Reinforcement Learning based Design of Linear Fixed Structure Controllers

2020-05-10 · Nathan P. Lawrence, Gregory E. Stewart, Philip D. Loewen, Michael G. Forbes 외

Reinforcement learning has been successfully applied to the problem of tuning PID controllers in several applications. The existing methods often utilize function approximation, such as neural networks, to update the con…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)