Skip to content

Commit

Permalink
Remove excess print
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Aug 28, 2024
1 parent ec851ee commit 539c985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pokemonred_puffer/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,6 @@ def update_seen_coords(self):
self.explore_map[local_to_global(y_pos, x_pos, map_n)] + inc,
self.exploration_max,
) * self.map_id_scaling(map_n)
print(self.map_id_scaling(map_n))
# self.seen_global_coords[local_to_global(y_pos, x_pos, map_n)] = 1
self.seen_map_ids[map_n] = 1

Expand Down

0 comments on commit 539c985

Please sign in to comment.