hsahovic / poke-env

A python interface for training Reinforcement Learning bots to battle on pokemon showdown
https://poke-env.readthedocs.io/
MIT License
297 stars 103 forks source link

Created Observations class #543

Closed caymansimpson closed 6 months ago

caymansimpson commented 6 months ago

Created an observations class. This PR:

  1. Adds modular event-level tracking via Observation class
  2. Stores turn-by-turn information
  3. Adds unit tests
codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 95.23810% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 83.64%. Comparing base (f458350) to head (f38d043). Report is 36 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #543 +/- ## ========================================== + Coverage 83.38% 83.64% +0.25% ========================================== Files 39 41 +2 Lines 3918 4084 +166 ========================================== + Hits 3267 3416 +149 - Misses 651 668 +17 ```
caymansimpson commented 6 months ago

Ah - ef word. I messed up git and had an old commit behind my observations class 🤦🏽‍♂️ Killing this and will try to fix