Muzhaffar99 / RL-Based-Control-of-Reservoir-Systems-Using-SAC-and-PPOLinks
This research compared three reinforcement learning (RL) algorithms (SAC, PPO, DDPG) to traditional PID control for water level control in single-tank and quadruple-tank systems. The RL algorithms were trained using MATLAB's Reinforcement Learning Toolbox and tested in a Simulink simulation.
☆30Updated 5 months ago
Alternatives and similar repositories for RL-Based-Control-of-Reservoir-Systems-Using-SAC-and-PPO
Users that are interested in RL-Based-Control-of-Reservoir-Systems-Using-SAC-and-PPO are comparing it to the libraries listed below
Sorting:
- This project uses DDPG for "optimal" control of non-linear valves. Uses MATLAB and Simulink☆102Updated 4 years ago
- Implementation of Single-Agent and Multi-Agent Reinforcement Learning Algorithms. MATLAB.☆70Updated 7 years ago
- the code implements a training algorithm for a tracking control system using dynamic programming and reinforcement learning. It uses neur…☆22Updated 2 years ago
- Comparing the performance of a DDPG Reinforcement learning model to control temperature with that of a PID and a thermostat controller.☆57Updated 2 years ago
- Contains all research-related code for publications by Brent Wallace, Arizona State University☆17Updated 2 years ago
- This project uses reinforcement learning (RL) to tune PID controllers for a nonlinear mass-spring-damper system. It applies the TD3 algor…☆16Updated last year
- MATLAB simulation and final report/presentation for M.S. thesis. "Adaptive Dynamic Programming for Human Postural Balance Control"☆17Updated 7 years ago
- Implementation of a paper on adaptive optimal control (solving ARE) based on policy iterations☆30Updated 6 years ago
- This is a MATLAB-based reinforcement learning framework that includes the Proximal Policy Optimization (PPO) algorithm and its multi-agen…