DavidRother / cooking_zoo

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

new foods and tools #15

Open dtannebe opened 2 years ago

dtannebe commented 2 years ago

adding new entities:

details to be discussed.

DavidRother commented 2 years ago

Do you happen to have sprites for those objects, preferably in all conditions you want them to be in.

dtannebe commented 2 years ago

no not at the moment sorry. can you use some placeholder images in cases you dont have sprites yet?

DavidRother commented 2 years ago

Should the temperature be a number or do we just use labels? (very cold, cold, medium, hot, very hot) for example

dtannebe commented 2 years ago

I'd say for now and the purposes of the simulator, discrete values are fine. But, you can just implement it as integer, then we can actually use both (0 = cold, 1 = medium, 2 = hot etc.)

DavidRother commented 2 years ago

yes i plan to implement it as an ENUM