Parse replay log turn by turn
BaiqingL opened this issue · 1 comments
BaiqingL commented
The replay server also can return battle logs if you append an extension to the url. It's in the same format as the messages poke-env parses. I'm wondering if it's possible to get poke-env to parse replays turn by turn?
BaiqingL commented
Pinging @hsahovic, are there any options right now to do this or it's going to be a more manual approach? The idea is I can provide a complete log, and have an almost debugger like style step by step whereas I can call on something like battle.nextTurn()
and get the current state of the game at that specific turn.