DavidRother / cooking_zoo

CookingZoo: a gym-cooking derivative to simulate a complex cooking environment
MIT License
18 stars 7 forks source link

Remove constraints that only desired actions are possible #1

Closed DavidRother closed 2 years ago

DavidRother commented 2 years ago

Actions should not be constrained by the semantic sense. For example i should be able to put eggs on a cutting board even if the action to cut an egg does not make sense. Or one is able to merge ingredients that do not lead to any valid recipe.

DavidRother commented 2 years ago

Through the graphics and object inheritance changes this was done as well