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

Implemented A2C on Pendulum Problem #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Implemented A2C on Pendulum Problem #93

wants to merge 1 commit into from

Conversation

raghav9-97
Copy link

@raghav9-97 raghav9-97 commented Jan 29, 2019

Used Tejank's a2c.jl model on Cartpole problem.

@sidhantnagpal
Copy link

I think you should retain the authorship of the code. Are there any new changes in this?

@raghav9-97
Copy link
Author

Yup, I myself wrote the loop implementation and used helper functions and hyperparams from earlier code.

@DhairyaLGandhi
Copy link
Member

Maybe it would be worth looking at convergence further. There are a couple of comments (plotting) still in the script also.

@raghav9-97
Copy link
Author

I have deliberately commented them out as a user needs to explicitly import Plots in order to render Pendulum environment. I will look out for convergence of the model.

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

Successfully merging this pull request may close these issues.

3 participants