Skip to content

Commit

Permalink
more print
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Jul 8, 2024
1 parent 4ad09c9 commit d3d340e
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 @@ -291,11 +291,11 @@ def evaluate(self):
key=lambda x: x[1][1],
)
]
print("Migrating states:")
waiting_for = []

# find the envs not in the largest
to_migrate_keys = set(self.event_tracker.keys()) - set(largest)
print(f"Migrating {len(to_migrate_keys)} states:")
# Need a way not to reset the env id counter for the driver env
# Until then env ids are 1-indexed
for key in to_migrate_keys:
Expand Down

0 comments on commit d3d340e

Please sign in to comment.