-
- Downloads
Update player readiness and game configuration
The 'all_players_ready' field was moved from 'state_representation.py' to 'game_server.py'. Instead of being part of the initial state of the game, it's now part of the server environment, making it easier to keep track of the readiness of all players. Additionally, the game configuration in 'study_config.yaml' was updated to accommodate one player instead of two and no bots.
Showing
- cooperative_cuisine/configs/study/study_config.yaml 2 additions, 2 deletionscooperative_cuisine/configs/study/study_config.yaml
- cooperative_cuisine/environment.py 23 additions, 28 deletionscooperative_cuisine/environment.py
- cooperative_cuisine/game_server.py 5 additions, 4 deletionscooperative_cuisine/game_server.py
- cooperative_cuisine/state_representation.py 2 additions, 1 deletioncooperative_cuisine/state_representation.py
Loading
Please register or sign in to comment