Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 431 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 431 Bytes

Balance Bot using Neuroevolution

It is suggested that you create a Miniconda environment or a virtualenv before setting this project up.

To install:

git clone https://github.com/yconst/balance-bot-ne
cd balance-bot-ne
pip install -e .

To enjoy one of the existing models:

cd scripts
python ./balance_enjoy_ne.py

To train a new model:

cd scripts
python ./balance_train_ne.py

License

MIT