-
Notifications
You must be signed in to change notification settings - Fork 130
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
“from recsim.agents import full_slate_q_agent” gets new problem #7
Comments
Could you run Dopamine/Recsim using Tensorflow 1.1.5? |
At first, I couldn't because of the wrong tf version. After replacing tf 2.0 with tf 1.15, I run the test again. There were some WARNINGs but I thought the test worked. Then I imported full_slate_q_agent again, however, this time still failed. A new error existed, shown as below. |
Didn't want to create a new issue as I believe it's the same problem. Running the third cell in the overview notebook on Colab https://github.com/google-research/recsim/blob/master/recsim/colab/RecSim_Overview.ipynb gives the following error
Update: changing the second line to |
I had maybe a new error on Linux...
Tensorflow Attribute Error: module 'tensorflow_core._api.v2.train' has no attribute 'RMSProp Optimizer'
google/dopamine#121
This link relates to this error, unfortunately, no one answers...
Originally posted by @TobyGE in #5 (comment)
The text was updated successfully, but these errors were encountered: