Open fccoelho opened 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.
model.fit
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.