Skip to content

Commit

Permalink
chore: remove ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthsingh1 committed Jan 8, 2024
1 parent 78e7058 commit e057a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jumanji/environments/routing/pacman/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def _update_state(self, state: State, action: chex.Array) -> Tuple[State, int]:
)

state = state.replace(player_locations=next_player_pos) # type: ignore
state = state.replace(dead=done) # type: ignore
state = state.replace(dead=done)

power_up_locations, eat, power_up_rewards = self.check_power_up(state)

Expand Down

0 comments on commit e057a91

Please sign in to comment.