Skip to content

Commit

Permalink
Update CartPole.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpezent committed Jun 24, 2024
1 parent aa8d9b1 commit 5c8d9cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/CartPole.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c8d9cc

Please sign in to comment.