vivek3141 / pacman-ai

A.I. plays the original 1980 Pacman using Neuroevolution of Augmenting Topologies and Deep Q Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neat Module cannot find atribute config

bolajiayeni opened this issue · comments

Hello, I downloaded your source code to run it by myself and i discovered that while trying to run the neat test it gives the following error:
$ make neat-train
Traceback (most recent call last):
File "NEAT/train.py", line 104, in
File "NEAT/train.py", line 99, in main
File "NEAT/train.py", line 77, in _run
AttributeError: module 'neat' has no attribute 'Config'
make: *** [Makefile:8: neat-train] Error 1

ill appreciate your help as soon as possible.
cheers.