DavidRother / cooking_zoo

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

Bug report #28

Open 0xWelt opened 9 months ago

0xWelt commented 9 months ago

There's a possible bug in cooking_zoo/cooking_zoo/environment /cooking_env.py

When there is a full_reset, the self.world will be recreated but self.graphic_pileline still uses old self.world to render.

DavidRother commented 9 months ago

Hi, thanks i will investigate this problem ASAP