Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 315 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 315 Bytes

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