YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
๐ README.md (๋ณต์ฌํด์ ์ฌ์ฉํ์ธ์)
library_name: lerobot tags: - robotics - act - policy - lerobot model-index: - name: act-record-test-policy results: []
ACT Policy for Record Test
์ด ์ ์ฅ์๋ LeRobot ํ๋ ์์ํฌ๋ฅผ ์ฌ์ฉํ์ฌ ํ์ต๋ ACT (Action Chunking with Transformers) ์ ์ฑ
(Policy) ๋ชจ๋ธ์
๋๋ค.
jaewontop/record-test ๋ฐ์ดํฐ์
์ ๊ธฐ๋ฐ์ผ๋ก ํ์ต๋์์ต๋๋ค.
Model Details (๋ชจ๋ธ ์์ธ)
- Model Architecture: ACT (Action Chunking with Transformers)
- Dataset:
jaewontop/record-test - Training Steps: 20,000 steps
- Framework: LeRobot
Usage (์ฌ์ฉ ๋ฐฉ๋ฒ)
์ด ๋ชจ๋ธ์ ํ์ด์ฌ ์ฝ๋์์ ๋ถ๋ฌ์ค๋ ค๋ฉด lerobot ๋ผ์ด๋ธ๋ฌ๋ฆฌ๊ฐ ํ์ํฉ๋๋ค.
from lerobot.common.policies.act.modeling_act import ACTPolicy
# ๋ชจ๋ธ ๋ก๋
policy = ACTPolicy.from_pretrained("CHOI-510/act-record-test-policy")
# ์ถ๋ก (์์)
# action = policy(batch)
Training Configuration (ํ์ต ์ค์ )
์ด ๋ชจ๋ธ์ ์๋ ๋ช
๋ น์ด๋ฅผ ํตํด ํ์ต๋์์ต๋๋ค. ์ฌํ(Reproduction)์ ์ํด ๊ธฐ๋กํฉ๋๋ค.
lerobot-train \
--dataset.repo_id=jaewontop/record-test \
--dataset.root=/home/choi3510/aiku/1117datasets/record-test \
--policy.type=act \
--output_dir=outputs/act_record_test_gpu_small \
--job_name=act_record_test_gpu_small \
--wandb.enable=false \
--policy.push_to_hub=false \
--policy.device=cuda \
--batch_size=4 \
--num_workers=2 \
--policy.chunk_size=50 \
--policy.n_action_steps=50 \
--policy.dim_model=256 \
--policy.dim_feedforward=1024 \
--policy.n_encoder_layers=2 \
--policy.n_heads=4 \
--policy.latent_dim=16 \
--steps=20000
* File Structure (ํ์ผ ๊ตฌ์กฐ)
model.safetensors: ํ์ต๋ ๋ชจ๋ธ์ ๊ฐ์ค์น (Weights)
config.json: ๋ชจ๋ธ ์ํคํ
์ฒ ์ค์ ํ์ผ
train_config.json: ํ์ต ๋น์์ ์ ์ฒด ์ค์ ๊ฐ
policy_*.json: ๋ฐ์ดํฐ ์ ๊ทํ/๋น์ ๊ทํ ๊ด๋ จ ์ค์
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support