Yura Choi
Yura Choi
Hi, thank you for the great simulator! I'm currently trying to collect human-involved simulation data using OmniGibson. First, I opened the Omniverse UI with this python code: ``` import torch...
Thank you for your reply :) My code is from Holodeck, which uses commit id "3213d486cd09bcbafce33561997355983bdf8d1a"
Thank you :D This is the full controller initialization parameters: ```python OPEN_UNITY=True # OPEN_UNITY=False if OPEN_UNITY: unity_open_kwargs = {'start_unity': True} else: unity_open_kwargs = { 'start_unity': False, 'port': 8200, 'server_class': ai2thor.wsgi_server.WsgiServer,...