xavierpuigf / virtualhome

API to run VirtualHome, a Multi-Agent Household Simulator
http://virtual-home.org
MIT License
405 stars 65 forks source link

Unable to move to room #119

Open SongDoHou opened 4 months ago

SongDoHou commented 4 months ago

Hi, now I'm using virtual home v2.3.0. When I'm trying to move agent to specific room as below: comm = UnityCommunication() comm.reset(4) comm.add_character('Chars/Female2') script = [' [walk] ']

I referred the code from http://virtual-home.org/documentation/master/kb/actions.html.

The agent is teleport to wrong position such as living room or bathroom.

I was wondering that it is virtual home's problem or my code is problem.