From 8effeb3b9ddcc0f1b14f0ab2140e13115c89d1eb Mon Sep 17 00:00:00 2001 From: thatguy11325 <148832074+thatguy11325@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:32:57 -0400 Subject: [PATCH] fix events again --- config.yaml | 3 ++- pokemonred_puffer/data/events.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 8931420..cc57dcc 100644 --- a/config.yaml +++ b/config.yaml @@ -118,7 +118,8 @@ train: # swarm_keep_pct: .8 wrappers: - empty: [] + empty: + - episode_stats.EpisodeStatsWrapper: {} baseline: - stream_wrapper.StreamWrapper: diff --git a/pokemonred_puffer/data/events.py b/pokemonred_puffer/data/events.py index 540fb64..4a9bae5 100644 --- a/pokemonred_puffer/data/events.py +++ b/pokemonred_puffer/data/events.py @@ -2647,7 +2647,8 @@ def get_event(self, event_name: str) -> bool: "EVENT_BEAT_ROCKET_HIDEOUT_GIOVANNI", "EVENT_BEAT_SILPH_CO_RIVAL", "EVENT_BEAT_SILPH_CO_GIOVANNI", - "EVENT_GOT_HM03" "EVENT_BEAT_LORELEIS_ROOM_TRAINER_0", + "EVENT_GOT_HM03", + "EVENT_BEAT_LORELEIS_ROOM_TRAINER_0", "EVENT_BEAT_BRUNOS_ROOM_TRAINER_0", "EVENT_BEAT_AGATHAS_ROOM_TRAINER_0", "EVENT_BEAT_LANCE",