AnonymousSubmissionAccount commited on
Commit
dfb1292
·
verified ·
1 Parent(s): 1898c49

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -23,6 +23,22 @@ HDF5 under `demos/Mission_<id>.hdf5`. The viewer below lists per-mission
23
  metadata (preference axis, task instruction, file size, episode count); the
24
  actual trajectory data is in the HDF5 files.
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ## Loading
27
 
28
  ```python
 
23
  metadata (preference axis, task instruction, file size, episode count); the
24
  actual trajectory data is in the HDF5 files.
25
 
26
+ ## Quick-inspect samples (< 4 GB each)
27
+
28
+ For reviewers who want a fast look without downloading the full 62 GB:
29
+
30
+ | Mission | Preference | Size |
31
+ |---------|------------|------|
32
+ | `Mission_1-3_107.hdf5` | Avoid sudden acceleration | 3.43 GB |
33
+ | `Mission_1-6_105.hdf5` | Move straight | 3.52 GB |
34
+ | `Mission_1-3_109.hdf5` | Avoid sudden acceleration | 3.75 GB |
35
+
36
+ Pull just one with:
37
+ ```bash
38
+ hf download AnonymousSubmissionAccount/AnonymousSubmission \
39
+ --repo-type dataset --include "demos/Mission_1-3_107.hdf5" --local-dir ./sample
40
+ ```
41
+
42
  ## Loading
43
 
44
  ```python