Skip to content

Jason-Qiu/Embodied_Policy_Learning

Repository files navigation

Embodied Executable Policy Learning with Language-based Scene Summarization

Embodied Executable Policy Learning with Language-based Scene Summarization.

In NAACL 2024

Citation

If you feel our code or models help your research, kindly cite our paper:

@article{Qiu2023EmbodiedEP,
  title={Embodied Executable Policy Learning with Language-based Scene Summarization},
  author={Jielin Qiu* and Mengdi Xu* and William Jongwon Han* and Seungwhan Moon and Ding Zhao},
  booktitle={NAACL},
  year={2024}
}

Dataset

The curated dataset can be found here

Preprocessing

Preprocessing scripts are in preprocess_utils.py, preprocess_prompt.py, and preprocess_video.py

Set up environment

Create a virtual environment and activate it.

python -m venv .env
source .env/bin/activate

Install basic requirements.

pip install -r requirements.txt

Configurations

All customizable configurations are in schema.py

Finetuning/Inference

To finetune or evaluate the SUM or APM model, please see main.py and add your desired arguments. You can also choose your desired learning paradigm (supervised/REINFORCE) in main.py.

License

This project is licensed under the CC BY-NC-SA License.

About

[NAACL 2024] Embodied Executable Policy Learning with Language-based Scene Summarization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published