| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a GAIL baselines what belong to Inverse Reinforcement Learning (IRL) methods.
As we all know GAN and GAIL are fragile, even the baseline code what is written by OpenAI is hard to train. Therefore, I write a GAIL code which is PyTorch edition. Besides, Because of the fragility of GAIL, I add some trick in code, what is inevitable, and the tricks are as flows:
python main.py --env_name=Hopper-v2note: By this way, you can only change the ==environment name==, the other parameters only can be changed in their ==yaml file==, the file path is =="./env_parser/"==.
Ant-v2 (expert return =5500 )
Walker2d-v2 (expert return = 4900)
This package can be used to generate expert demonstrations.
You can also download expert demonstration via link: Expert Demonstration
[SAC(pytorch-soft-actor-critic-master)]: https://github.com/pranz24/pytorch-soft-actor-critic
The websites of Four GAIL editions are as flows:
[gail-pytorch]:https://github.com/hcnoh/gail-pytorch.git
[PyTorch-RL]:https://github.com/Khrylx/PyTorch-RL.git
[imitation]:https://github.com/openai/imitation.git
| Back | FazBrowse Home | New Git URL |