![]() |
||
---|---|---|
archive | ||
misc | ||
realenv | ||
.gitignore | ||
README.md | ||
init.sh | ||
setup.py |
README.md
Real environment for semantic planning project
Note
This is a 0.0.1 alpha release, for use in Stanford SVL only.
Demo
Here is a demo of a human controlled agent navigating through a virtual environment.
Setup
Server side
- Server side uses XVnc4 as vnc server. In order to use, first
git clone
this repository and go into root directory, then create a password first withvncpasswd pw
. - You will also need a pytorch model file and a dataset to render the views, contact feixia@stanford.edu to obtain the model and the data. Replace the path in
init.sh
with path to the model and the data. - Build renderer with
./build.sh
- Run
init.sh
, this will run the rendering engine and vncserver. - Connect with the client to 5901 port. This can also be configured in
init.sh
.
As a demo, a server is running at capri19.stanford.edu:5901, contact feixia@stanford.edu to obtain the password.
Client side
TBA