-
- Downloads
Update PUT action to PICK_UP_DROP
The ActionType.PUT has been replaced with ActionType.PICK_UP_DROP across all instances in the codebase. This change aligns the action name with its actual function, making the action more intuitive and the code easier to understand. This update also includes minor modifications in comments and function arguments to reflect the new action name.
Showing
- cooperative_cuisine/__init__.py 1 addition, 1 deletioncooperative_cuisine/__init__.py
- cooperative_cuisine/action.py 3 additions, 5 deletionscooperative_cuisine/action.py
- cooperative_cuisine/configs/agents/random_agent.py 2 additions, 2 deletionscooperative_cuisine/configs/agents/random_agent.py
- cooperative_cuisine/environment.py 1 addition, 1 deletioncooperative_cuisine/environment.py
- cooperative_cuisine/pygame_2d_vis/__init__.py 2 additions, 2 deletionscooperative_cuisine/pygame_2d_vis/__init__.py
- cooperative_cuisine/pygame_2d_vis/gui.py 2 additions, 2 deletionscooperative_cuisine/pygame_2d_vis/gui.py
- cooperative_cuisine/reinforcement_learning/gym_env.py 1 addition, 1 deletioncooperative_cuisine/reinforcement_learning/gym_env.py
- tests/test_start.py 2 additions, 2 deletionstests/test_start.py
Please register or sign in to comment