From e8b4dca6db8da78f80b1dbf272f80c60b4da3322 Mon Sep 17 00:00:00 2001 From: Aditya Pulipaka Date: Fri, 20 Mar 2026 22:43:07 -0500 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 9f0eca3..932ac5f 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -90,11 +90,14 @@ The environment is controller-agnostic — any control algorithm can be plugged | File | Controller | |------|-----------| -| `pid_simulation.py` | Feedforward LUT + PID | | `lev_PID.ipynb` | Interactive PID tuning notebook | -| `optuna_pid_tune.py` | Optuna-based automated PID hyperparameter search | | `lev_PPO.ipynb` | PPO reinforcement learning via Stable-Baselines3 | +### Supplementary Files for PID: + +`pid_simulation.py`: Feedforward LUT + PID +`optuna_pid_tune.py`: Optuna-based automated PID hyperparameter search + Pre-tuned PID gain sets are saved in `pid_best_params*.json` (variants for 1500, 3000, and 6000 Optuna trials). ### PWM circuit model