CoolFace
Datasetpublic

jellyho/acrft-annot-noprop

acrft-annot-noprop RLT annotation for AC-RFT critic training: raw memmaps (.dat) + meta.json, read directly by scripts/train_rlt_critic.py and scripts/eval_rlt_critic.py in the openpi fork. Shapes are in meta.json: rl_token [T, D], base_action [T, N, H, A], action_chunk [T, H, A], reward/mc_return/done/episode_index/frame_index [T], base_action_heldout [T, num_heldout, H, A]. dtype and reward_scheme are in meta.json. Load with numpy.memmap. from huggingface_hub import… See the full description on the dataset page: https://huggingface.co/datasets/jellyho/acrft-annot-noprop.

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes178downloads
14 commits on main
a1e35042mo ago

Upload README.md with huggingface_hub

jellyho
b011bb92mo ago

Upload rl_token.dat with huggingface_hub

jellyho
9ccbe802mo ago

Upload reward.dat with huggingface_hub

jellyho
f47179b2mo ago

Upload progress.dat with huggingface_hub

jellyho
506704a2mo ago

Upload meta.json with huggingface_hub

jellyho
e0068082mo ago

Upload mc_return.dat with huggingface_hub

jellyho
b9e065b2mo ago

Upload frame_index.dat with huggingface_hub

jellyho
ffcc26c2mo ago

Upload episode_index.dat with huggingface_hub

jellyho
bcbe79d2mo ago

Upload done.dat with huggingface_hub

jellyho
c81e5972mo ago

Upload borrowed_return.dat with huggingface_hub

jellyho
aab79fe2mo ago

Upload base_action_heldout.dat with huggingface_hub

jellyho
9cf91a02mo ago

Upload base_action.dat with huggingface_hub

jellyho
f1ac7e92mo ago

Upload action_chunk.dat with huggingface_hub

jellyho
0dc4f7f2mo ago

initial commit

jellyho