sai-vamsi-m / ai-car-simulation-game

A simple self-driving AI car game, which uses NEAT technique.
0 stars 0 forks source link

config = neat.config.Config(neat.DefaultGenome, #1

Open vidvudsc opened 1 year ago

vidvudsc commented 1 year ago

Hello, when i try to run it this error pops up

config = neat.config.Config(neat.DefaultGenome, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\vidvu\AppData\Local\Programs\Python\Python311\Lib\site-packages\neat\config.py", line 153, in init raise Exception('No such config file: ' + os.path.abspath(filename))

vidvudsc commented 1 year ago

Never mind,fixed it