You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i run the SAC minitaur with the Actor-Learner API code from the tutorial
At first I get the error that I need to upgrade tensorflow to version 2.11.0, because of incompatibility with tensorflow probability
tensorflow 2.11.0
tensorflow-estimator 2.11.0
tensorflow-intel 2.11.0
tensorflow-io-gcs-filesystem 0.27.0
tensorflow-probability 0.19.0
termcolor 2.0.1
terminado 0.17.0
tf-agents 0.15.0
after upgrade i get the following error when importing any tf_agents module File "C:\tools\lib\site-packages\tf_agents\__init__.py", line 55, in _ensure_tf_install tf_version = tf.version.VERSION AttributeError: module 'tensorflow' has no attribute 'version'
The text was updated successfully, but these errors were encountered:
i run the SAC minitaur with the Actor-Learner API code from the tutorial
At first I get the error that I need to upgrade tensorflow to version 2.11.0, because of incompatibility with tensorflow probability
after upgrade i get the following error when importing any tf_agents module
File "C:\tools\lib\site-packages\tf_agents\__init__.py", line 55, in _ensure_tf_install tf_version = tf.version.VERSION AttributeError: module 'tensorflow' has no attribute 'version'
The text was updated successfully, but these errors were encountered: