deep-reinforcement-learning icon indicating copy to clipboard operation
deep-reinforcement-learning copied to clipboard

torch requirement outdated

Open JasperStolte opened this issue 2 years ago • 4 comments

The requirements.txt file includes torch==0.4.0 This throws an error as this version is not available any longer, also preventing the packages further down the list from being installed.

image

JasperStolte avatar Oct 10 '22 07:10 JasperStolte

I think its because of your python version

m-erdemm avatar Oct 11 '22 06:10 m-erdemm

I think its because of your python version

Possible, but my python version is 3.6 as per the instructions under the Dependencies section. So I'm just following the instructions here. Does it work on your end?

JasperStolte avatar Oct 11 '22 15:10 JasperStolte

The closed issue #49 solved the problem on my side. Good luck!

Runningchauncey avatar Oct 23 '22 19:10 Runningchauncey

The link provided above (to issues #49) does not work. Following step six pip install torch=0.4.0 results in the error:

(drlnd) G:\My Drive\current\Deep_Reinforcement_Learning\deep_reinforcement_learning_master_2>pip install torch==0.4.0
ERROR: Could not find a version that satisfies the requirement torch==0.4.0 (from versions: 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2)
ERROR: No matching distribution found for torch==0.4.0

yavorkovachev avatar May 01 '23 10:05 yavorkovachev