Skip to content

Commit

Permalink
not is import
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Aug 12, 2024
1 parent 89b2582 commit 344e06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemonred_puffer/policies/multi_convolutional.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def encode_observations(self, observations):
),
dim=-1,
)
if self.skip_safari_zone:
if not self.skip_safari_zone:
cat_obs = torch.cat(
(
cat_obs,
Expand Down

0 comments on commit 344e06d

Please sign in to comment.