Open YanbinLin94 opened 1 year ago
Hi, thank you for your interest on our work.
This repository doesn't contain the code running the original GAIL algorithm that is trained on a single interaction (training) environment. I trained the GAIL algorithm on a repository (pytorch-a2c-ppo-acktr), and evaluated it on our perturbed dynamics setting. It is a implementation of the GAIL with gradient penalty, and this is why I didn't upload the code. Please note that I have provided the performance of GAIL algorithm on the result directory of our repository. I think you can easily implement the GAIL on our code and validate your GAIL performance by comparing our GAIL performance.
Thank you!
Thank you for your reply. Yes, I have noticed that you provided the performance of GAIL algorithm on the result directory. But the problem is that I want to use gail in the humanoid environment. And it seems that the repository (pytorch-a2c-ppo-acktrhttps://github.com/ikostrikov/pytorch-a2c-ppo-acktr-gail) doesn't have the expert demonstratation of humanoid environment. Do you have any idea how to implement gail quickly in humanoid environment? Because I have run your RIME code in humanoid environment and would like to compare the performance. Thank you very much.
Best, Yanbin
Get Outlook for iOShttps://aka.ms/o0ukef
From: Jongseong Chae @.> Sent: Monday, July 3, 2023 1:02:31 AM To: JongseongChae/RIME @.> Cc: Yanbin Lin @.>; Author @.> Subject: Re: [JongseongChae/RIME] How to run Gail algorithm? (Issue #1)
EXTERNAL EMAIL : Exercise caution when responding, opening links, or opening attachments.
Hi, thank you for your interest on our work.
This repository doesn't contain the code running the original GAIL algorithm that is trained on a single interaction (training) environment. I trained the GAIL algorithm on a repository (pytorch-a2c-ppo-acktrhttps://github.com/ikostrikov/pytorch-a2c-ppo-acktr-gail), and evaluated it on our perturbed dynamics setting. It is a implementation of the GAIL with gradient penalty, and this is why I didn't upload the code. Please note that I have provided the performance of GAIL algorithm on the result directory of our repository. I think you can easily implement the GAIL on our code and validate your GAIL performance by comparing our GAIL performance.
Thank you!
— Reply to this email directly, view it on GitHubhttps://github.com/JongseongChae/RIME/issues/1#issuecomment-1617326443, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXKTXOL6HB7XPRSL3MLUODLXOJG6PANCNFSM6AAAAAAZ3V7YOU. You are receiving this because you authored the thread.Message ID: @.***>
I'm sorry I can't give you. I also don't run our algorithm on the Humanoid domain. Instead, I'd like to give you my idea based on my experience.
Thank you.
Thank you very much. I will have a try. If I have the result, I will let you know .
Best, Yanbin
Get Outlook for iOShttps://aka.ms/o0ukef
From: Jongseong Chae @.> Sent: Monday, July 3, 2023 1:33:12 AM To: JongseongChae/RIME @.> Cc: Yanbin Lin @.>; Author @.> Subject: Re: [JongseongChae/RIME] How to run Gail algorithm? (Issue #1)
EXTERNAL EMAIL : Exercise caution when responding, opening links, or opening attachments.
I'm sorry I can't give you. I also don't run our algorithm on our Humanoid domain. Instead, I'd like to give you my idea based on my experience.
Thank you.
— Reply to this email directly, view it on GitHubhttps://github.com/JongseongChae/RIME/issues/1#issuecomment-1617385707, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXKTXOKBAB5EJRJXJDUC3V3XOJKRRANCNFSM6AAAAAAZ3V7YOU. You are receiving this because you authored the thread.Message ID: @.***>
Hi JongseongChae, I am wondering how to only run Gail algorithm using your code. Could you give me the run example for gail?