Skip to content
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

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

Open
alanyuwenche opened this issue Oct 30, 2020 · 1 comment

Comments

@alanyuwenche
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant