Closed caymansimpson closed 3 months ago
Attention: Patch coverage is 66.66667%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 85.17%. Comparing base (
f458350
) to head (01ac842
). Report is 57 commits behind head on master.
This is included in my other PR, so closing this for now
In Poke-env showdown protocol, empty events are used to track where we are in a turn state (singles example, doubles example), which are both useful to parsers and LLMs.
This change is quite small -- it allows for us to record empty events in observations.events so that any AI/model can better track what "chapter" of the turn we're in.