regent-creators commited on
Commit
e61b050
·
verified ·
1 Parent(s): f9fc859

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -5704,3 +5704,12 @@ configs:
5704
  - split: train
5705
  path: mujoco-walker_subset/train-*
5706
  ---
 
 
 
 
 
 
 
 
 
 
5704
  - split: train
5705
  path: mujoco-walker_subset/train-*
5706
  ---
5707
+
5708
+ This is the dataset for `REGENT: A Retrieval-Augmented Generalist Agent That Can Act In-Context In New Environments`
5709
+ The REGENT dataset includes a subset of the JAT (tokenized) dataset (from https://huggingface.co/datasets/jat-project) for the REGENT training environments.
5710
+ It has around a 100k transitions from each of the 145 training environments (45 metaworld, 52 atari, 9 mujoco, 39 babyai).
5711
+ Please find this in the *_subset folders.
5712
+ It also has distance values for input sequences used in the REGENT model for both the above 145 training environments and 12 unseen environments.
5713
+ These values are used for computing the distance normalization value in every environment.
5714
+ These values, along with the indices of the input sequences, in the training environments alone, are used for pre-training REGENT.
5715
+ We detail this REGENT subset of the JAT dataset at https://github.com/regent-research/regent/blob/main/scripts_preprocessing/README.md.