MShabani8 / RL_tracking_PI_algorithm_single_agent
the code implements a training algorithm for a tracking control system using dynamic programming and reinforcement learning. It uses neural networks to approximate the control policy and iteratively updates the networks to improve the system's performance.
☆17Updated last year
Alternatives and similar repositories for RL_tracking_PI_algorithm_single_agent:
Users that are interested in RL_tracking_PI_algorithm_single_agent are comparing it to the libraries listed below
- MATLAB simulation and final report/presentation for M.S. thesis. "Adaptive Dynamic Programming for Human Postural Balance Control"☆14Updated 6 years ago
- Contains all research-related code for publications by Brent Wallace, Arizona State University☆12Updated 2 years ago
- Reinforcement Learning (RL) Course in MATLAB with exercises and solutions☆12Updated 3 years ago
- Several ADP algorithms code for the data-driven optimal control of linear time-varying systems☆18Updated 2 years ago
- This research compared three reinforcement learning (RL) algorithms (SAC, PPO, DDPG) to traditional PID control for water level control i…