Train an AI to play pong, and play against your created AI
neat
modulepickle
module
- Run
main.py
to train a new AI model and play against it once it is trained. - Comment out the line
run_neat(config)
inmain.py
to play aginst your already generated AI without retraining a new model.