backgom2357 / Reinforcement_learning_based_PID_Tuner

The implemetation of the Reinforcement Learning based PID Tunner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reinforcement_learning_based_PID_Tuner

mustafakarci241 opened this issue · comments

Hi backgom2357;
I just tried to run your codes which is about RL based PID tuner.
But I got errors below
How can I fix this error or how to define this modules
Thank you.

ModuleNotFoundError: No module named 'A2C'
ModuleNotFoundError: No module named 'PID'

Hello mustafakarci241

I updated the code to solve the issue.

please pull the repository and try again.

Thank you