This is an simple model predicts win-rate for pokemon (showdown) matches.
WORK IN PROGRESS (including this readme)
- python 3.6
- tensorflow
- tensorlayer
- termcolor (used to print out pretty logs)
python spider.py [tierName]
e.g.
python spider.py gen7vgc2019sunseries
python convertRaw.py [filename] (-max maxSpecies)
e.g.
python convertRaw.py gen7ou.txt
python trainv2.py [formatPrefix (data file name without .txt)]
Please use -h option to print the help message for more options.
Note: -fmt & -load is not working now.
Currently accuracy is about 61.9% (best performance).
maxpool is better than summation (might for classification problems).