CodeReclaimers / neat-python

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

NEAT compatibility_weight_coefficient error #278

Open abarb305 opened 6 months ago

abarb305 commented 6 months ago

For context I'm new to coding. I'm using NEAT for the first time, a neat_config.txt file has been setup with all the parameters, including compatibility_weight_coefficient =0.4.

Python (jupyter notebook) gives me the following error: RuntimeError: Missing configuration item: compatibility_weight_coefficient

The parameter is obviously part of the config file.

What I've tried so far with no success: -unistall/install NEAT-Python -deleted and added back in compatibility_weight_coefficient on the neat_config.txt file. -recreated the entire notebook.

What am I doing wrong?

Thank you in advance

th555 commented 6 months ago