aqeelanwar / DRLwithTL_real

Python code for Deep Reinforcement Learning with Transfer Learning in aReal Environment using DJI Tello
MIT License
68 stars 18 forks source link

tensorflow-estimator #4

Open anuchandra opened 4 years ago

anuchandra commented 4 years ago

Hi Aqeel, thanks for sharing the code and the paper. I tried installing DRLwithTL_real on Ubuntu to test on a Tello. I noted you state you only support Windows but I figured Ubuntu shouldn't be any different. I can't install tensorflow-estimator during pip install -r requirements.txt because it can't find a version compatible with TF1.4.0.

Do you think this is a Windows-Ubuntu compatibility issue or something else?

Thanks.

Collecting tensorflow-estimator==2.0.1 Using cached https://files.pythonhosted.org/packages/fc/08/8b927337b7019c374719145d1dceba21a8bb909b93b1ad6f8fb7d22c1ca1/tensorflow_estimator-2.0.1-py2.py3-none-any.whl ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.4.0 (from -r requirements.txt (line 26)) (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 1.15.0rc0, 1.15.0rc1, 1.15.0rc2, 1.15.0rc3, 1.15.0, 2.0.0a0, 2.0.0b0, 2.0.0b1, 2.0.0rc0, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.1.0rc0, 2.1.0rc1, 2.1.0rc2) ERROR: No matching distribution found for tensorflow-gpu==1.4.0 (from -r requirements.txt (line 26))

aqeelanwar commented 4 years ago

Hello Anuchandra,

Apologies for delayed response. I was out of office. If the problem still persists, try installing either of the 14 or 15 version from the list suggested (i.e. for example 1.14,0rc0). I don't think this is a compatibility issue. I know of people who have successfully installed it to Ubuntu.