You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task: grabbing and placing wooden blocks at a destination (pick and place)
During training, I've found that more than just using 50 or 100 demonstrations is needed to get the robot to complete the task, even though my task is simpler compared to what's in the paper. Specifically, after training with 50 demonstrations, the ACT algorithm couldn't get my robotic arm to reach around the wooden block, and with 100 demonstrations, it couldn't successfully grab the block. Here are my hyperparameters:
policy_class: ACT
kl_weight: 10
chunk_size: 100
hidden_dim: 512
batch_size: 2
dim_feedforward: 3200
num_epochs: 2000
I want your help on this.
The text was updated successfully, but these errors were encountered:
Hi, I've recently been using your ACT strategy on my platform for imitation learning. Here's the setup:
During training, I've found that more than just using 50 or 100 demonstrations is needed to get the robot to complete the task, even though my task is simpler compared to what's in the paper. Specifically, after training with 50 demonstrations, the ACT algorithm couldn't get my robotic arm to reach around the wooden block, and with 100 demonstrations, it couldn't successfully grab the block. Here are my hyperparameters:
I want your help on this.
The text was updated successfully, but these errors were encountered: