Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 410 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 410 Bytes

tests

Whale game machine learning

This repo is where I put my ml experiments to improve my game rules using ML.

deps

pip install -r requirements.txt

tests

pytest

run game with random agents

python run_random.py

train and run with simple ml agent

python train_simple.py