svineet / pid-simulation

PID controller simulation and subsequent control using Reinforcement Learning algorithms.
3 stars 0 forks source link

PID Simulation and RL Agent Design

Aim: Create a PID simulation with dynamic parameter changes
Aim: Implement reinforcement learning agent to operate on the same.

Installation

Install dependencies:

pip install -r requirements.txt

To run the RL agent training

python3 rl_agent/main.py