Results 55 comments of Luca Weihs

I believe @YueYANG1996 and @sunfanyunn managed to do this for the [Holodeck](https://github.com/allenai/Holodeck) project (scenes rendered in Blender). Was this process straightforward @YueYANG1996 / @sunfanyunn?

Hi everyone, everything is customizable but it will require you "getting your hands dirty" by digging a bit into what ProcTHOR is doing and writing some code. If you want...

I might also point you to [Holodeck](https://github.com/allenai/Holodeck) that would let you specify your constraints via language and, so long as you're willing to bear the cost of some GPT-4 queries...

Hi @cghAndy, Thanks for the bug report. Can you provide a small script that reproduces the error you're seeing? It would be great to know what version of AI2-THOR you're...

Hi @HusterHope, sorry for the delayed reply. @AlvaroHG would you know if this can be done easily?

Hi @nicholscrawford, which version of AI2-THOR do you have installed?

Hi @kartheekmedathati , I imagine this question is possibly in response to Unity's recent pricing change (note that this pricing change [shouldn't impact AI2-THOR](https://github.com/allenai/ai2thor/issues/1163) which is what ProcTHOR is built...

Hi @Singh-sid930, we don't have any documentation for this but you can find the relevant code [here](https://github.com/allenai/ai2thor/blob/eb6bb704b49d54be8c0b21bd1afb650a2a5faaef/unity/Assets/Scripts/BaseFPSAgentController.cs#L5996). This is what's called when you use a `"CreateHouse"` action from the Python...

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

Also, I believe `SymptomSearch-AppointmentRegistration-level-2-1.jsonl` is invalid as the API call is simply stated in text ```python {"role": "AI", "text": "Great. Let me register your account now. [RegisterUser(username='user4', password='password4', email='[email protected]')]"} ```...