Skip to content

DDPG example uses BatchNormalization incorrectly #198

Closed
@lubiluk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions