model-zoo icon indicating copy to clipboard operation
model-zoo copied to clipboard

Implemented A2C on Pendulum Problem

Open raghav9-97 opened this issue 6 years ago • 4 comments

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

raghav9-97 avatar Jan 29 '19 07:01 raghav9-97

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

sidhantnagpal avatar Jan 30 '19 17:01 sidhantnagpal

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

raghav9-97 avatar Jan 30 '19 18:01 raghav9-97

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

DhairyaLGandhi avatar Feb 06 '19 11:02 DhairyaLGandhi

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.

raghav9-97 avatar Feb 06 '19 18:02 raghav9-97