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

Pokefactory - generates Pokemon #44

Closed AoifeHughes closed 1 year ago

phinate commented 1 year ago

Thank you for this @AoifeHughes -- looks like a real promising start for some more in-depth and controllable generation :)

I'm gonna checkout this branch and play a bit just to make sure I have the hang of this before merging if that's alright!

(+ thank you for tests :D)

AoifeHughes commented 1 year ago

As noted during an in-person impromptu meeting, https://github.com/alan-turing-institute/p2lab-pokemon/tree/testing/battles will address some of the minor code annoyances here as well as more tests for valid/invalid teams

AoifeHughes commented 1 year ago

Future commit in PR #50 https://github.com/alan-turing-institute/p2lab-pokemon/pull/50/commits/3326f2ccee1b71786af51b5250879078b21ad3c9 removes chances of generating Pokemon which cannot be instantly used for battles

AoifeHughes commented 1 year ago

please note the parser stuff changed in more recent PRs