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

Updated custom_teambuilder.py #513

Closed lcgabaldon closed 7 months ago

lcgabaldon commented 8 months ago

Removed the Cinderace build for an Excadrill build, and changing Cloyster's and Cincinno's held items from King's Rock, as both King's Rock and Cinderace are banned in Gen 8 OU.

codecov[bot] commented 7 months ago

Codecov Report

Merging #513 (2e77125) into master (f458350) will increase coverage by 0.00%. Report is 11 commits behind head on master. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #513 +/- ## ======================================= Coverage 83.38% 83.39% ======================================= Files 39 39 Lines 3918 3920 +2 ======================================= + Hits 3267 3269 +2 Misses 651 651 ```
hsahovic commented 7 months ago

Thanks @lcgabaldon !