udacity / deep-reinforcement-learning

Repo for the Deep Reinforcement Learning Nanodegree program
https://www.udacity.com/course/deep-reinforcement-learning-nanodegree--nd893
MIT License
4.88k stars 2.34k forks source link

torch requirement outdated #89

Open JasperStolte opened 2 years ago

JasperStolte commented 2 years ago

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

m-erdemm commented 2 years ago

I think its because of your python version

JasperStolte commented 2 years ago

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?

Runningchauncey commented 2 years ago

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

yavorkovachev commented 1 year ago

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