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 tried setting this repo up with as many package versions as possible but none seem to work for me.
Could you let me know the exact version of tensorflow, dm-sonnet, gym, and all other packages you are using? Or provide the requirements.txt for a non-gpu system that has this repo working?
Even this simple setup code fails for me: conda create --name teachMyAgent python=3.6 conda activate teachMyAgent pip install -e .
The error I get:
...AssertionError: TensorFlow needed, of version above 1.4
Even after I install this version of tensorflow, something else breaks. Then fixing that, something else breaks.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the repo and the paper!
I tried setting this repo up with as many package versions as possible but none seem to work for me.
Could you let me know the exact version of tensorflow, dm-sonnet, gym, and all other packages you are using? Or provide the requirements.txt for a non-gpu system that has this repo working?
Even this simple setup code fails for me:
conda create --name teachMyAgent python=3.6 conda activate teachMyAgent pip install -e .
The error I get:
...AssertionError: TensorFlow needed, of version above 1.4
Even after I install this version of tensorflow, something else breaks. Then fixing that, something else breaks.
The text was updated successfully, but these errors were encountered: