germain-hug / Deep-RL-Keras

Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
528 stars 149 forks source link

A2C optimizer get_updaet #33

Open choasLC opened 2 years ago

choasLC commented 2 years ago

I am confused. Dose get_updates apply the gradient to the trainable variables directly? Or just return the gradient?