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