Skip to content
Snippets Groups Projects
  • Florian Schröder's avatar
    4d93be01
    Refactor EffectManager into effects module · 4d93be01
    Florian Schröder authored
    The EffectManager class along with related effects have been moved to a newly created effects.py module. Also, instead of importing from cooperative_cuisine.effect_manager, the rest of the code now imports from cooperative_cuisine.effects. This is mainly to improve the project structure and to clarify the code organization, and avoid circular import issues.
    4d93be01
    History
    Refactor EffectManager into effects module
    Florian Schröder authored
    The EffectManager class along with related effects have been moved to a newly created effects.py module. Also, instead of importing from cooperative_cuisine.effect_manager, the rest of the code now imports from cooperative_cuisine.effects. This is mainly to improve the project structure and to clarify the code organization, and avoid circular import issues.
tutorial_env_config.yaml 5.56 KiB