Skip to content

Releases: bpiwowar/pystk2-gymnasium

v0.6.0

06 Sep 18:02
Compare
Choose a tag to compare
  • Multiprocess: no more limitation on the number of races
  • Improved documentation

v0.5.0

28 Aug 11:40
Compare
Choose a tag to compare

(breaking) multi-discrete actions for item types
(breaking) changed the default for the number of actions

v0.4.5

27 Aug 15:34
Compare
Choose a tag to compare
  • center_path_distance is now relative (to indicate left/right of the path)
  • center_path gives the vector to the center of the track
  • Changed the reward to gives some importance to the final ranking
  • Better regression

v0.4.4

27 Aug 13:32
Compare
Choose a tag to compare

Full Changelog: v0.4.3...v0.4.4

v0.4.3

20 Nov 14:38
Compare
Choose a tag to compare
Fix so that flatten works

v0.4.2

19 Nov 20:37
Compare
Choose a tag to compare

Fix distance to center

0.4.1

18 Nov 11:24
Compare
Choose a tag to compare

Fix for python 3.8

0.4.0

18 Nov 11:15
Compare
Choose a tag to compare
  • Multi-agent environment
  • Use polar representation instead of coordinates (except for the "full" environment)
  • Only two base environments (multi/mono-agent) and wrappers for the rest: this allows races to be organized with different set of wrappers (depending on the agent)
  • Added distance_center_path
  • Allow to change player name and camera mode
  • breaking: Agent spec is used for mono-kart environments

0.3.3

05 Nov 18:17
Compare
Choose a tag to compare
  • Better reward (position and end of race)
  • Extra information (to compute your own reward)
  • More observations (max steer angle, energy)
  • (test) Automated tests for all environments
  • (fix) When use_ai=True, the camera follows the chosen kart

Full Changelog: 0.3.2...0.3.3

0.3.2

27 Oct 09:39
Compare
Choose a tag to compare

Release with right version