Skip to content

Releases: hsahovic/poke-env

Minor performance optimizations

09 May 10:04
Compare
Choose a tag to compare

This update introduces minor performance optimizations (15% to 30% reduced runtime on RandomPlayer battles) and new Effects.

Add gen 8 support

08 May 22:31
Compare
Choose a tag to compare

Version 0.3.0 includes support for gen 8 single mechanics, including dynamax and gigantamax. It also fixes some minor errors.

Add support for most gen 7 single formats

01 May 08:45
Compare
Choose a tag to compare

This release introduces two main novelties:

  • Support for most gen 7 single formats
  • The Teambuilder module, which opens the door for team-building related AI projects. For now, it just incorporates basic utilities (eg., constant team).

Additionally, it also includes a couple of small bug fixes, minor utilities and data / enum updates.

NB: the actual code correspond to the following commit, which updated the internal package version

Add `-block` message management for compatibility with latest showdown version

29 Mar 02:25
Compare
Choose a tag to compare

This release introduce minor changes meant to ensure compatibility with the latest version of pokemon-showdown.

Add limber effect

26 Mar 22:14
Compare
Choose a tag to compare

This release adds a missing effect, LIMBER.

Add env player

17 Mar 20:17
e92bdb9
Compare
Choose a tag to compare

This release adds EnvPlayer, a class exposing the Open Ai Gym Environment API to control agents.

Fix typing bugs and alternate forms parsing

27 Feb 04:49
9f0bf57
Compare
Choose a tag to compare
Merge pull request #19 from hsahovic/fix-pokemon-data-bugs

Fix pokemon data bugs

Minor bug fix in concurrency control

12 Feb 06:04
6a3e615
Compare
Choose a tag to compare
Pre-release

This release fixes a bug related to the number of concurrent battles. The proper parameters meant to control it should now work as expected.

Minor bug fix - move storage corrections

06 Feb 08:52
58fe606
Compare
Choose a tag to compare

This release fixes minor bugs in the way move where stored in pokemon instances.

Known issues: hiddenpower and illusion. These two cases can lead to pokemon states with less information than we should have.

Completely tested move.py and multiple minor bug fixes

25 Jan 04:44
Compare
Choose a tag to compare

This release fixes a lot of minor bugs in Moves.py and adds testing for the whole file.