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

Unity Backend code availability? #32

Open Singh-sid930 opened 1 year ago

Singh-sid930 commented 1 year ago

Is the Unity backend code also available for generating the Houses from the jsons?

Lucaweihs commented 1 year ago

Hi @Singh-sid930, we don't have any documentation for this but you can find the relevant code here. This is what's called when you use a "CreateHouse" action from the Python API. Note that most of the heavy lifting is done by this function in the ProceduralTools.cs file.