From 112a2786f30504d5f0fd8bd3dedaa76ef279cc91 Mon Sep 17 00:00:00 2001 From: Guanzhi Wang Date: Sat, 1 Apr 2023 21:03:23 -0700 Subject: [PATCH] Update training data --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5f07f55..df6037c 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,10 @@ We provide env wrappers for dense reward shaping used in our paper. Specifically You can also find two sample env implementations `HuntCowDenseRewardEnv` and `CombatSpiderDenseRewardEnv`. They correspond to tasks "Hunt Cow" and "Combat Spider" in the paper. +# Training Data + +We provide [a superset of 640K video clips](https://drive.google.com/file/d/1cLXC64Cu2EJj2nsb4K0ajl8qqX6l0lKd/view?usp=sharing) we used for pre-training. You can subsample from this set and grow start/end timestamps as you like (basically what we did for training MineCLIP). + # Paper and Citation Our paper is posted on [Arxiv](https://arxiv.org/abs/2206.08853). If you find our work useful, please consider citing us!