Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TF2.0 Compatibility Bug #27

Open
abhiishek-pal opened this issue Nov 3, 2022 · 1 comment
Open

TF2.0 Compatibility Bug #27

abhiishek-pal opened this issue Nov 3, 2022 · 1 comment

Comments

@abhiishek-pal
Copy link

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.

@abhiishek-pal abhiishek-pal changed the title TF2.0 Compatibility TF2.0 Compatibility Bug Nov 3, 2022
@Sandy4321
Copy link

any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants