Skip to content

Commit

Permalink
execute one not many
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Oct 20, 2024
1 parent b8bf0b3 commit 52c0166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemonred_puffer/cleanrl_puffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def evaluate(self):
# We connect each time just in case we block the wrappers
with sqlite3.connect(self.sqlite_db) as conn:
cur = conn.cursor()
resets = cur.executemany(
resets = cur.execute(
"""
SELECT reset, env_id
FROM states
Expand Down

0 comments on commit 52c0166

Please sign in to comment.