Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 876 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 876 Bytes

OCEAN

Implementation of OCEAN: Online Task Inference for Compositional Tasks with Context Adaptation.

Hongyu Ren, Yuke Zhu, Jure Leskovec, Anima Anandkumar and Animesh Garg. UAI 2020

Run

Check requirements.txt and examples.sh for example scripts of the experiments.

Cite

Please consider cite our paper if you find the paper and the code useful.

@inproceedings{ren2020ocean,
  title={OCEAN: Online Task Inference for Compositional Tasks with Context Adaptation},
  author={Ren, Hongyu and Zhu, Yuke and Leskovec, Jure and Anandkumar, Anima and Garg, Animesh}
  booktitle={Conference on Uncertainty in Artificial Intelligence},
  year={2020},
}

Feel free to send email to [email protected] if you have any questions. This code builds on PEARL.