allenai / procthor

🏘️ Scaling Embodied AI by Procedurally Generating Interactive 3D Houses
https://procthor.allenai.org/
Apache License 2.0
241 stars 20 forks source link

RemoveFromScene method is not working #30

Open sourav1998ghosh1998 opened 1 year ago

sourav1998ghosh1998 commented 1 year ago

During the time of executing RemoveFromScene method in procthor, the execution of the environment is paused. Please tell how to solve this problem?

Lucaweihs commented 1 year ago

Hi @sourav1998ghosh1998, can you point to the line that is using RemoveFromScene? I believe we switched to using DisableObject due to exactly this issue.