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