Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

TF2.0 Compatibility Bug #27

Description

@abhiishek-pal

In the dqn_agent.py the used tf.keras.layers.Dense(TF2.0) does not support graph reuse as in the way it is intended to. Hence N number of graphs are being initialised.

using tf.layers.dense, inplace of tf.keras.layers.Dense was able to overcome the issue for now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions