How can I update the actor network parameters in PPO using the gradient from Flux.jl? Gradients return nothing
To preface, I am a complete Julia newbie… I am trying to implement PPO for the first time and I’ve been having issues updating the actor (and by extension critic) network parameters using the gradient from Flux.jl.