Raghvendra Gupta
Results
4
issues of
Raghvendra Gupta
Implemented Deep Q Network on CartPoleV0 environment from Reinforce.jl.
Used Tejank's a2c.jl model on Cartpole problem.
Pendulum.jl uses Plots in line 83 without importing it which throws out an error on plotting ```annotations := [(0, -0.2, Plots.text("a: $(env.a)", :top))]``` The error it throws out: ```ERROR: UndefVarError:...