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

Possibility of using in RL setup #121

Open ugurkanates opened 4 years ago

ugurkanates commented 4 years ago

Hello , very nice work congrats. I was wondering did you guys tried this (or anyone reading this issue) as pre trained weights for say off policy algorithms such as QT-Opt. I was wondering would it be possible to use this and with some fine tuning (RL) to get adapt to other real time situations with grasping that are not exclusive to your case

https://sites.google.com/view/efficient-ft/home

They used imagenet(alex net) as baseline but would it be possible to replace your network here?