BerkeleyAutomation / gqcnn

Python module for GQ-CNN training and deployment with ROS integration.
https://berkeleyautomation.github.io/gqcnn
Other
306 stars 149 forks source link

how to train my own Imitation Learning data #98

Open fellen88 opened 4 years ago

fellen88 commented 4 years ago

I am interested in imitation learning. As far as I know, “policy for bin picking” is trained with the same gqcnn as Dexnet2.0/Dexnet3.0. The main problem confused me is the demonstration is a sequence of training data, I don‘t know how to use these data sequences to train gqcnn to classify actions. Is there any detail explanation?