WeiChow commited on
Commit
e77a353
·
verified ·
1 Parent(s): e5c7128

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -12,5 +12,36 @@ size_categories:
12
  - 1M<n<10M
13
  ---
14
  # Open X-Embodiment Dataset (unofficial)
 
15
 
16
- This is an unofficial Dataset Repo.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  - 1M<n<10M
13
  ---
14
  # Open X-Embodiment Dataset (unofficial)
15
+ RLDS dataset for train vla
16
 
17
+ The code modified from [rlds_dataset_mod](https://github.com/moojink/rlds_dataset_mod/blob/main/README.md)
18
+
19
+ We upload the precessed dataset in this repository ❤
20
+
21
+ below is the code for processing ⚙
22
+
23
+
24
+ ### prepare gsutil
25
+
26
+ ```shell
27
+ # https://cloud.google.com/sdk/docs/install-sdk?hl=zh-cn#linux
28
+ curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-linux-x86_64.tar.gz
29
+ tar -xf google-cloud-cli-linux-x86_64.tar.gz
30
+ ./google-cloud-sdk/install.sh
31
+ ./google-cloud-sdk/bin/gcloud init --console-only
32
+ ./google-cloud-sdk/bin/gcloud components install gsutil
33
+ # check gsutil
34
+ export PATH=$PATH:/path/to/google-cloud-sdk/bin
35
+ ls ./google-cloud-sdk/bin/gsutil
36
+ ```
37
+
38
+ ### prepare environment
39
+
40
+ ```
41
+ conda env create -f environment_ubuntu.yml
42
+ conda activate rlds
43
+ mkdir data_download
44
+ mkdir data_tmp
45
+ ```
46
+
47
+ All the rights are reserved.