-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code related to imitation learning #13
Comments
Since this repo utilizes nearly the same file structure and environment codebase as DexArt, maybe you can take a look at the reinforcement learning/distillation guide here: https://github.com/Kami-code/dexart-release |
|
I also seem to be facing a challenge. After carefully following the reinforcement learning/distillation guide, I have not been able to locate the specific code for the DAPG algorithm within the repository. |
In this work, we are using the vanilla DAPG, which is exactly the same as the one proposed in the original DAPG paper. I do not modify anything on the DAPG side and also the imitation learning algorithm is not the contribution of this work. You may find our DAPG implementation with TRPO: https://github.com/yzqin/dexmv-learn/blob/master/mjrl/mjrl/algos/dapg.py |
Thank you for your detailed response and for providing the relevant links.Your transparency and willingness to share resources are invaluable to the research community. I will definitely explore the provided implementations to further understand the work. Once again, thank you for your assistance! |
Hello,
I hope this message finds you well. I've been exploring your repository and it seems that I couldn't locate the code related to imitation learning. Could you please guide me on how to utilize the data for imitation learning?
Thank you in advance for your assistance.
The text was updated successfully, but these errors were encountered: