Skip to content
Snippets Groups Projects
Commit 6f16f87c authored by Florian Schröder's avatar Florian Schröder
Browse files

Refactor callback registration in OvercookedEnvironment

The refactoring moves the redundant callback registrations from `overcooked_environment.py` to a dedicated function, `add_dummy_callbacks`, in `hooks.py`. This restructure streamlines the code and improves readability by reducing clutter in the Overcooked Environment initialization method.
parent c8c7a773
No related branches found
No related tags found
1 merge request!46Resolve "Hooks"
Pipeline #45361 passed