Deterministic-GAIL-PyTorch icon indicating copy to clipboard operation
Deterministic-GAIL-PyTorch copied to clipboard

Can you show some papers, or theoretic materials for this algorithm?

Open alanyuwenche opened this issue 4 years ago • 1 comments

Thanks for your sharing.

This "Deterministic" method, which policy only selects actions for states sampled from expert data, is quite interesting. Can you show some papers, or theoretic materials for this algorithm?

alanyuwenche avatar Oct 30 '20 05:10 alanyuwenche

I suppose this "Deterministic" method is similar to "Behavior Cloning" in imitation learning. Therefore, it suffers from the well known limitation including sample- inefficiency, training instability, and dataset bias, which you recognized as high variance in results.

However, you use GAN-based method to learn the policy. Its performance should be better than traditional supervised learning. Finally, it is correct to set random_seed = 0, which means more variety in training.

alanyuwenche avatar Nov 02 '20 04:11 alanyuwenche