From 5c8d9ccaac73b1d133ec81da2f087eb2f072cf9d Mon Sep 17 00:00:00 2001 From: jbpezent Date: Sun, 23 Jun 2024 19:49:10 -0500 Subject: [PATCH] Update CartPole.py --- examples/CartPole.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/CartPole.py b/examples/CartPole.py index b72ec09..abd6a99 100644 --- a/examples/CartPole.py +++ b/examples/CartPole.py @@ -3,10 +3,7 @@ import matplotlib.pyplot as plt import seaborn as sns # pip install seaborn if you dont have it import matplotlib.animation as animation -import psutil, os -p = psutil.Process( os.getpid() ) -for dll in p.memory_maps(): - print(dll.path) + vf = ast.VectorFunctions