CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.41k stars 490 forks source link

Difference between Readme file instructions and the file name present. #225

Closed theplasticbrick closed 5 months ago

theplasticbrick commented 3 years ago

Within the neat-python-0.92/examples/single-pole-balancing/README.md there is an instruction to run the feedforward-test.py file. No such file exists, and the correct file to run is test-feedforward.py, so there appears to either be an incorrectly labelled file, or an incorrect instruction in the README.md file.