-
- Downloads
Update code comments and typespecs across modules
Enhanced overall code clarity by adding and revising detailed comments, docstrings, and typespecs in various Python modules. Significant changes include refining functionality of effect management in 'effects.py', modifications to use of 'numpy' arrays and functions in 'movement.py', as well as adjustments to handling hooks. Additionally, minor updates in 'configs/study/level1/level1_config.yaml' and 'counter_factory.py' were made.
Showing
- cooperative_cuisine/configs/study/level1/level1_config.yaml 2 additions, 1 deletioncooperative_cuisine/configs/study/level1/level1_config.yaml
- cooperative_cuisine/counter_factory.py 0 additions, 1 deletioncooperative_cuisine/counter_factory.py
- cooperative_cuisine/effects.py 64 additions, 5 deletionscooperative_cuisine/effects.py
- cooperative_cuisine/environment.py 17 additions, 7 deletionscooperative_cuisine/environment.py
- cooperative_cuisine/game_server.py 4 additions, 0 deletionscooperative_cuisine/game_server.py
- cooperative_cuisine/hooks.py 75 additions, 1 deletioncooperative_cuisine/hooks.py
- cooperative_cuisine/info_msg.py 23 additions, 0 deletionscooperative_cuisine/info_msg.py
- cooperative_cuisine/items.py 4 additions, 2 deletionscooperative_cuisine/items.py
- cooperative_cuisine/movement.py 51 additions, 5 deletionscooperative_cuisine/movement.py
- cooperative_cuisine/orders.py 9 additions, 0 deletionscooperative_cuisine/orders.py
- cooperative_cuisine/pygame_2d_vis/gui.py 1 addition, 0 deletionscooperative_cuisine/pygame_2d_vis/gui.py
- cooperative_cuisine/recording.py 1 addition, 0 deletionscooperative_cuisine/recording.py
- cooperative_cuisine/study_server.py 5 additions, 4 deletionscooperative_cuisine/study_server.py
Loading
Please register or sign in to comment