paper-with-me

Papers

Application of Soft Actor-Critic Algorithms in Optimizing Wastewater Treatment with Time Delays Integration

2024-11-27 · Esmaeel Mohammadi, Daniel Ortiz-Arroyo, Aviaja Anna Hansen, Mikkel Stokholm-Bjerregaard, Sebastien Gros, Akhil S Anand, Petar Durdevic

Wastewater treatment plants face unique challenges for process control due to their complex dynamics, slow time constants, and stochastic delays in observations and actions. These characteristics make conventional control methods, such as Proportional-Integral-Derivative controllers, suboptimal for achieving efficient phosphorus removal, a critical component of wastewater treatment to ensure environmental sustainability. This study addresses these challenges using a novel deep reinforcement learning approach based on the Soft Actor-Critic algorithm, integrated with a custom simulator designed to model the delayed feedback inherent in wastewater treatment plants. The simulator incorporates Long Short-Term Memory networks for accurate multi-step state predictions, enabling realistic training scenarios. To account for the stochastic nature of delays, agents were trained under three delay scenarios: no delay, constant delay, and random delay. The results demonstrate that incorporating random delays into the reinforcement learning framework significantly improves phosphorus removal efficiency while reducing operational costs. Specifically, the delay-aware agent achieved 36% reduction in phosphorus emissions, 55% higher reward, 77% lower target deviation from the regulatory limit, and 9% lower total costs than traditional control methods in the simulated environment. These findings underscore the potential of reinforcement learning to overcome the limitations of conventional control strategies in wastewater treatment, providing an adaptive and cost-effective solution for phosphorus removal.

📄 PDF Abstract BibTeX arXiv:2411.18305

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Actor-Critic with Active Importance Sampling

2026-05-08 · Majid Molaei, Gabor Paczolay, Matteo Papini, Alberto Maria Metelli 외 arxiv

This paper introduces the Active-Importance-Sampling Actor-Critic (AISAC) algorithm, an extension of the Actor-Critic framework for reducing variance in policy gradient estimation. AISAC optimizes the behavior policy to …

Reinforcement Learning

Soft Actor-Critic Algorithms and Applications

2018-12-13 · Tuomas Haarnoja, Aurick Zhou, Kristian Hartikainen, George Tucker 외

A fork of OpenAI Baselines, implementations of reinforcement learning algorithms

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Band-limited Soft Actor Critic Model

2020-06-19 · Miguel Campo, Zhengxing Chen, Luke Kung, Kittipat Virochsiri 외

Soft Actor Critic (SAC) algorithms show remarkable performance in complex simulated environments. A key element of SAC networks is entropy regularization, which prevents the SAC actor from optimizing against fine grained…

model

SACn: Soft Actor-Critic with n-step Returns

2025-12-15 · Jakub Łyskawa, Jakub Lewandowski, Paweł Wawrzyński arxiv

Soft Actor-Critic (SAC) is widely used in practical applications and is now one of the most relevant off-policy online model-free reinforcement learning (RL) methods. The technique of n-step returns is known to increase …

Reinforcement Learning

A Deeper Look at Discounting Mismatch in Actor-Critic Algorithms

2020-10-02 · Shangtong Zhang, Romain Laroche, Harm van Seijen, Shimon Whiteson 외

We investigate the discounting mismatch in actor-critic algorithm implementations from a representation learning perspective. Theoretically, actor-critic algorithms usually have discounting for both actor and critic, i.e…

Representation Learning