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
could it be that this project is based on Tensorflow 1.15? I do get dependency errors when trying to run.
It complain about deepq missing tensorflow.contrib, but that is deprecated in Tensorflow 2.
Would it be possible for you to update the project to Tensorflow 2?
The text was updated successfully, but these errors were encountered:
For me I had to do couple of things and lastly it worked. Here are the steps that I have followed:
I am using anaconda for creating virtual environments so first I git clone freqtrade's original repo.
Inside of the repo I git clone this freqtrade-gym.
I copied the files where they belong as the documentation says.
Then I add tensorflow==1.15 into environment.yaml file.
Hi,
could it be that this project is based on Tensorflow 1.15? I do get dependency errors when trying to run.
It complain about deepq missing tensorflow.contrib, but that is deprecated in Tensorflow 2.
Would it be possible for you to update the project to Tensorflow 2?
The text was updated successfully, but these errors were encountered: