Closed
Description
Correct me if I'm wrong, but according to the documentation of tf.keras.layers.BatchNormalization
it functions differently depending on whether or not training
is set to True
.
In the example code ddpg_pendulum.py this mode is never altered. Effectively, I think, this means that normalization has no effect.
Metadata
Assignees
Labels
No labels