Skip to content

Commit

Permalink
correct column
Browse files Browse the repository at this point in the history
thatguy11325 committed Oct 18, 2024
1 parent 65bbc2c commit 9838266
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
@@ -356,7 +356,7 @@ def evaluate(self):
cur.executemany(
"""
UPDATE states
SET state=:state,
SET pyboy_state=:state,
reset=:reset
WHERE env_id=:env_id
""",

0 comments on commit 9838266

Please sign in to comment.