├── .DS_Store ├── README.md ├── alpagasus.jpeg ├── elements └── images │ ├── BO_pipeline.svg │ ├── METHOD.pdf │ ├── MOTIVATION_V2.svg │ ├── Method_InstructZero.svg │ ├── leviosa.png │ ├── leviosa.svg │ ├── leviosa_v1.svg │ ├── leviosa_v2.svg │ ├── leviosa_v3.svg │ ├── main_result.svg │ ├── main_results.svg │ ├── method.svg │ ├── method_v1.svg │ ├── more_apis.svg │ ├── overview.svg │ ├── scores.svg │ ├── teaser.svg │ ├── teaser_v1.svg │ ├── teaser_v2.svg │ └── threshold-45.jpg ├── icon.jpeg ├── index.html └── videos ├── .DS_Store ├── animation_v2.gif ├── iteration.mp4 ├── iteration_v1.mp4 ├── iteration_v2.MP4 └── video-webpage-final.mp4 /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/README.md -------------------------------------------------------------------------------- /alpagasus.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/alpagasus.jpeg -------------------------------------------------------------------------------- /elements/images/BO_pipeline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/BO_pipeline.svg -------------------------------------------------------------------------------- /elements/images/METHOD.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/METHOD.pdf -------------------------------------------------------------------------------- /elements/images/MOTIVATION_V2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/MOTIVATION_V2.svg -------------------------------------------------------------------------------- /elements/images/Method_InstructZero.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/Method_InstructZero.svg -------------------------------------------------------------------------------- /elements/images/leviosa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/leviosa.png -------------------------------------------------------------------------------- /elements/images/leviosa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/leviosa.svg -------------------------------------------------------------------------------- /elements/images/leviosa_v1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/leviosa_v1.svg -------------------------------------------------------------------------------- /elements/images/leviosa_v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/leviosa_v2.svg -------------------------------------------------------------------------------- /elements/images/leviosa_v3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/leviosa_v3.svg -------------------------------------------------------------------------------- /elements/images/main_result.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/main_result.svg -------------------------------------------------------------------------------- /elements/images/main_results.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/main_results.svg -------------------------------------------------------------------------------- /elements/images/method.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/method.svg -------------------------------------------------------------------------------- /elements/images/method_v1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/method_v1.svg -------------------------------------------------------------------------------- /elements/images/more_apis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/more_apis.svg -------------------------------------------------------------------------------- /elements/images/overview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/overview.svg -------------------------------------------------------------------------------- /elements/images/scores.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/scores.svg -------------------------------------------------------------------------------- /elements/images/teaser.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/teaser.svg -------------------------------------------------------------------------------- /elements/images/teaser_v1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/teaser_v1.svg -------------------------------------------------------------------------------- /elements/images/teaser_v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/teaser_v2.svg -------------------------------------------------------------------------------- /elements/images/threshold-45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/elements/images/threshold-45.jpg -------------------------------------------------------------------------------- /icon.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/icon.jpeg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/index.html -------------------------------------------------------------------------------- /videos/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/videos/.DS_Store -------------------------------------------------------------------------------- /videos/animation_v2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/videos/animation_v2.gif -------------------------------------------------------------------------------- /videos/iteration.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/videos/iteration.mp4 -------------------------------------------------------------------------------- /videos/iteration_v1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/videos/iteration_v1.mp4 -------------------------------------------------------------------------------- /videos/iteration_v2.MP4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/videos/iteration_v2.MP4 -------------------------------------------------------------------------------- /videos/video-webpage-final.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lichang-Chen/AlpaGasus/HEAD/videos/video-webpage-final.mp4 --------------------------------------------------------------------------------