From de716891da2d52f8fff625e44bf09b764fd81577 Mon Sep 17 00:00:00 2001 From: Raman Raman Goyal Date: Mon, 22 Jul 2024 12:43:17 -0700 Subject: [PATCH] added new control --- 1-Control/inverted_pendulum/lqr_control.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1-Control/inverted_pendulum/lqr_control.py diff --git a/1-Control/inverted_pendulum/lqr_control.py b/1-Control/inverted_pendulum/lqr_control.py new file mode 100644 index 0000000000..df39e65e25 --- /dev/null +++ b/1-Control/inverted_pendulum/lqr_control.py @@ -0,0 +1,2 @@ +import numpy as np +import pandas as pd