-
- Downloads
Update meal configurations and add player context to counters
Meal configurations in the level 1 configuration file are updated, swapping out the previous meals with new ones. Player name has been added as a parameter to the pick_up and drop_off methods in player.py and counters.py. This allows for better tracking of the actions of individual players, which can be useful in cooperative environments where player accountability is imperative. Additionally, served meals now also log the serving player's name, providing additional context during gameplay and post-game analysis.
parent
10291784
No related branches found
No related tags found
Showing
- cooperative_cuisine/configs/study/level1/level1_config.yaml 2 additions, 3 deletionscooperative_cuisine/configs/study/level1/level1_config.yaml
- cooperative_cuisine/counters.py 35 additions, 23 deletionscooperative_cuisine/counters.py
- cooperative_cuisine/environment.py 2 additions, 1 deletioncooperative_cuisine/environment.py
- cooperative_cuisine/orders.py 4 additions, 4 deletionscooperative_cuisine/orders.py
- cooperative_cuisine/player.py 3 additions, 3 deletionscooperative_cuisine/player.py
Loading
Please register or sign in to comment