Skip to content

Commit

Permalink
undo soup time
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmlin committed Mar 30, 2024
1 parent 9fc403b commit d5f393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overcooked_ai_py/mdp/overcooked_mdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2603,7 +2603,7 @@ def featurize_state(self, overcooked_state, mlam, num_pots=2, **kwargs):
be 0 even if there are more than j pots on layout, if the pot is not reachable by player i
pi_closest_pot_{j}_{is_empty|is_full|is_cooking|is_ready}: {0, 1} depending on boolean value for jth closest pot
pi_closest_pot_{j}_{num_onions|num_tomatoes}: int value for number of this ingredient in jth closest pot
pi_closest_pot_{j}_cook_time: int value for seconds remaining on soup. 0 if no soup is cooking
pi_closest_pot_{j}_cook_time: int value for seconds remaining on soup. -1 if no soup is cooking
pi_closest_pot_{j}: (dx, dy) to jth closest pot from player i location
pi_wall: length 4 boolean value of whether player i has wall in each direction
Expand Down

0 comments on commit d5f393f

Please sign in to comment.