PyTorch-NEAT
PyTorch-NEAT copied to clipboard
Problem with torch
When running pip install -r requirements.txt, I got the error : ERROR: No matching distribution found for torch==0.4.0 (from -r requirements.txt (line 5))
It seems to work with the following modification in requirements.txt: numpy==1.16.0 torch==1.4.0