Skip to content

Commit

Permalink
Update jumanji/environments/routing/pacman/env.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha <[email protected]>
  • Loading branch information
siddarthsingh1 and sash-a authored Jan 8, 2024
1 parent e057a91 commit 11c68f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jumanji/environments/routing/pacman/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ def check_rewards(self, state: State) -> Tuple[int, chex.Array, int]:
rewards: an integer representing the reward earned by the player in the current state
pellet_spaces: a 2D jax array showing the location of all remaining cookies
num_cookies: an integer counting the remaining cookies on the map.
"""
pellet_spaces = jnp.array(state.pellet_locations)
player_space = state.player_locations
Expand Down

0 comments on commit 11c68f8

Please sign in to comment.