-
- Downloads
Refactor scoring system and order management
The scoring system and order management have been significantly updated. The score calculation has been moved out from 'OrderManager' to external 'ScoreViaHooks' class which works via hooks. The order management updates include separating scoring from orders and removing unused functions. Changes in the configuration file and other related files updated to accommodate these modifications.
Showing
- overcooked_simulator/counter_factory.py 5 additions, 5 deletionsovercooked_simulator/counter_factory.py
- overcooked_simulator/counters.py 10 additions, 14 deletionsovercooked_simulator/counters.py
- overcooked_simulator/game_content/environment_config.yaml 53 additions, 31 deletionsovercooked_simulator/game_content/environment_config.yaml
- overcooked_simulator/game_content/environment_config_rl.yaml 37 additions, 2 deletionsovercooked_simulator/game_content/environment_config_rl.yaml
- overcooked_simulator/hooks.py 31 additions, 1 deletionovercooked_simulator/hooks.py
- overcooked_simulator/order.py 55 additions, 283 deletionsovercooked_simulator/order.py
- overcooked_simulator/overcooked_environment.py 13 additions, 6 deletionsovercooked_simulator/overcooked_environment.py
- overcooked_simulator/recording.py 4 additions, 14 deletionsovercooked_simulator/recording.py
- overcooked_simulator/scores.py 43 additions, 0 deletionsovercooked_simulator/scores.py
Loading
Please register or sign in to comment