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

Fixing memory leak #591

Closed Benjamin-Etheredge closed 2 months ago

Benjamin-Etheredge commented 3 months ago

Simple patch to memory leak.

Benjamin-Etheredge commented 3 months ago

Fixes #590

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.20%. Comparing base (f458350) to head (95654fb). Report is 63 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #591 +/- ## ========================================== + Coverage 83.38% 85.20% +1.81% ========================================== Files 39 42 +3 Lines 3918 4223 +305 ========================================== + Hits 3267 3598 +331 + Misses 651 625 -26 ```