thunlp / LEGENT

Open Platform for Embodied Agents
https://docs.legent.ai
Apache License 2.0
268 stars 15 forks source link

KeyError: 'LowPolyInterior_Pumpkin' #12

Closed yuejunpeng closed 2 months ago

yuejunpeng commented 3 months ago

When I run create_traj_pumpkin, I get a bug:

Traceback (most recent call last): File "/media/ps/7890d249-37e9-43de-b60c-084f829a18df/LEGENT/scripts/create_traj_pumpkin.py", line 25, in tasks = generate_tasks() File "/media/ps/7890d249-37e9-43de-b60c-084f829a18df/LEGENT/scripts/create_traj_pumpkin.py", line 16, in generate_tasks object_id = {instance['prefab']: i for i, instance in enumerate(scene['instances'])}['LowPolyInterior_Pumpkin'] KeyError: 'LowPolyInterior_Pumpkin'

chengzl18 commented 3 months ago

The bug has been resolved. The reason was an update in the scene generation implementation.

yuejunpeng commented 2 months ago

Thank you!