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

Start Pokemon-showdown server if not running. #56

Open AoifeHughes opened 1 year ago

AoifeHughes commented 1 year ago

Would it be worth adding a check in p2lab to check if the server is running?

@phinate didn't you say poke-env has this check somewhere, can we latch onto it?

Also worth considering if we want to spawn the server if it isn't online. Would make usage easier.