Views
No views yet
1policy:
2 type: act
3 chunk_size: 100
4 n_action_steps: 100
5 dim_model: 512
6 n_heads: 8
7 n_encoder_layers: 4
8 n_decoder_layers: 1
9 vision_backbone: resnet18
10 use_vae: true1lerobot-record \
2 --robot.type=so101_follower \
3 --robot.port=/dev/ttyACM0 \
4 --robot.cameras='{ front: {type: opencv, index_or_path: 0, width: 640, height: 480, fps: 30} }' \
5 --dataset.repo_id=YOUR_USERNAME/eval_pick_place_cube \
6 --dataset.single_task="Pick up the cube and place it in the container" \
7 --policy.path=shraavb/act_pick_place_cube