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

Moving from gym to gymnasium #467

Closed cameronangliss closed 11 months ago

cameronangliss commented 11 months ago

Fixes #453

We move from gym to gymnasium, which is actively maintained, and remove the legacy code that compensated for gym.

We additionally fix up some type declarations in openai_api.py and remove the declaration of BattleType in openai_api.py, which is dead code.

codecov[bot] commented 11 months ago

Codecov Report

Merging #467 (41c1a04) into master (294c342) will decrease coverage by 0.06%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #467 +/- ## ========================================== - Coverage 83.41% 83.36% -0.06% ========================================== Files 39 39 Lines 3956 3920 -36 ========================================== - Hits 3300 3268 -32 + Misses 656 652 -4 ```
hsahovic commented 11 months ago

Thanks @cameronangliss !