Skip to content

Commit

Permalink
need cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Oct 20, 2024
1 parent a2c68e1 commit a485919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pokemonred_puffer/cleanrl_puffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ def evaluate(self):
)
self.vecenv.async_reset()
with sqlite3.connect(self.sqlite_db) as conn:
cur = conn.cursor()
while True:
resets = cur.executemany(
"""
Expand Down

0 comments on commit a485919

Please sign in to comment.