alan-turing-institute / p2lab-pokemon

A Python library for running genetic algorithms to optimize Pokemon teams!
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

added gen 1 data #28

Closed AoifeHughes closed 1 year ago

AoifeHughes commented 1 year ago

This commit (https://github.com/alan-turing-institute/P2-Lab/commit/f5cdfe202fa8b902a48a384db486c55053cc6bf2) you can see the SimpleHeuristicsPlayer class for AI and also self.poke_pool = self.parse_showdown_team(teams) where teams is a multi line string found in https://github.com/alan-turing-institute/P2-Lab/pull/28/files#diff-5f7b221bcfdc22d2328d1d2100dfbff57ef0903374217fbffa9fb68a8aa0e598

@phinate if you are wanting to fold more of this in, then I would say these are things to look at.