Interaction with VirtualHome ============================ You interact with VirtualHome by communicating with a Unity executable via Python commands. All communication happens with the class `unity_simulator.UnityCommunication`. We provide the API of the class, with all the functions to interact with the simulator. .. autoclass:: unity_simulator.UnityCommunication :members: