Skip to content

Commit

Permalink
rm breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Jun 16, 2024
1 parent 2a6c71a commit f414054
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 @@ -1059,7 +1059,6 @@ def disable_wild_encounter_hook(self, *args, **kwargs):
def agent_stats(self, action):
levels = [self.read_m(f"wPartyMon{i+1}Level") for i in range(self.read_m("wPartyCount"))]
badges = self.read_m("wObtainedBadges")
breakpoint()
return {
"stats": {
"step": self.step_count + self.reset_count * self.max_steps,
Expand Down

0 comments on commit f414054

Please sign in to comment.