Project 'scs/cocosy/overcooked-simulator' was moved to 'scs/cocosy/cooperative-cuisine'. Please update any links and bookmarks that may still have the old path.
Resolve "Remove repitition of Hook callback class in env config"
Compare changes
- Florian Schröder authored
Removed the 'hooks_via_callback_class' usage and replaced it with 'hook_callbacks'. The 'extra_setup_functions' field has been renamed to 'hook_callbacks' to provide a more accurate description of its role. The callback logic has consequently been adjusted, reducing verbosity and simplifying the code.
+ 8
− 15
@@ -24,7 +24,6 @@ from cooperative_cuisine.game_server import PlayerRequestType
@@ -502,22 +501,16 @@ def test_score(env_config, layout_config, item_info):