Skip to content

Commit

Permalink
single set
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Oct 18, 2024
1 parent 2f9095f commit 65bbc2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pokemonred_puffer/cleanrl_puffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ def evaluate(self):
cur.executemany(
"""
UPDATE states
SET state=:state
SET reset=:reset
SET state=:state,
reset=:reset
WHERE env_id=:env_id
""",
tuple(
Expand Down

0 comments on commit 65bbc2c

Please sign in to comment.