Khrylx / PyTorch-RL

PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.
MIT License
1.09k stars 186 forks source link

Is the implelented performance comparable with the results provided in original GAIL paper? #34

Open huang-fuxian opened 2 years ago

huang-fuxian commented 2 years ago

Hi Khrylx, I want to use your code as a baseline, but I want to know if your implemented code is comparable with baselines GAIL or original paper. Did you test it?