germain-hug / Deep-RL-Keras

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

Visualizing learning of DDPG with tensorboard #17

Open fccoelho opened 5 years ago

fccoelho commented 5 years ago

Has anyone come up with a way to visualize the training of a DDPG with tensorboard? It's a bit tricky because does not make use of the model.fit, which can use Keras' Tensorboard callback.