This repository contains the code of https://arxiv.org/abs/2310.08582.
We have made necessary improvements to the existing VirtualHome 1.0.0 to adapt it to the close-loop task planning setting. Specifically, we have moved all the files from the evolving_graph/
folder in the original repository to virtualhome/evolving_graph/
in our modified version.
- Install the required packages by running:
pip install -r requirements.txt
- Move the files from the
evolving_graph/
folder tovirtualhome/evolving_graph/
.
To run the code, execute the following command:
python run.py
This will start the close-loop task planning process using the improved VirtualHome simulator.