Skip to content

Commit

Permalink
fix events again
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Jun 26, 2024
1 parent e97560d commit 8effeb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ train:
# swarm_keep_pct: .8

wrappers:
empty: []
empty:
- episode_stats.EpisodeStatsWrapper: {}

baseline:
- stream_wrapper.StreamWrapper:
Expand Down
3 changes: 2 additions & 1 deletion pokemonred_puffer/data/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8effeb3

Please sign in to comment.