kissin42 commited on
Commit
3e3f94f
·
verified ·
1 Parent(s): 1d301ec

Update card: dataset present (1047 ep, 1M steps)

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -23,11 +23,14 @@ dataset.
23
  [ccnets/causal-gpt-rl-unity-envs](https://huggingface.co/datasets/ccnets/causal-gpt-rl-unity-envs)
24
  - Policy (ONNX): [ccnets/causal-gpt-rl-unity](https://huggingface.co/ccnets/causal-gpt-rl-unity)
25
 
26
- ## Status
27
 
28
- > **Pending upload.** The trajectory artifact is not in this repo yet; this card
29
- > documents the layout and the recipe that produces it. The recipe below
30
- > regenerates the dataset from the public materials at any time.
 
 
 
31
 
32
  ## Reproduction recipe
33
 
 
23
  [ccnets/causal-gpt-rl-unity-envs](https://huggingface.co/datasets/ccnets/causal-gpt-rl-unity-envs)
24
  - Policy (ONNX): [ccnets/causal-gpt-rl-unity](https://huggingface.co/ccnets/causal-gpt-rl-unity)
25
 
26
+ ## Contents
27
 
28
+ - **1,047 episodes · 1,000,000 transitions.** Minari HDF5 at
29
+ `crawler/expert-v0/data/main_data.hdf5` (+ `metadata.json`), plus
30
+ `crawler/namespace_metadata.json` for the `unity` namespace.
31
+ - Observation `Box(158)`, action `Box(20, [-1, 1])`, `minari_version` 0.5.3.
32
+
33
+ The recipe below regenerates this dataset from public materials at any time.
34
 
35
  ## Reproduction recipe
36