Skip to content

Commit

Permalink
upload the global map as jpg
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Jun 27, 2024
1 parent 75dc986 commit a2f2098
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pokemonred_puffer/cleanrl_puffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,9 @@ def evaluate(self):
np.stack(self.infos["pokemon_exploration_map"], axis=0)
)
if self.wandb_client is not None:
self.stats["Media/aggregate_exploration_map"] = wandb.Image(overlay)
self.stats["Media/aggregate_exploration_map"] = wandb.Image(
overlay, file_type="jpg"
)
elif "state" in k:
continue

Expand Down

0 comments on commit a2f2098

Please sign in to comment.