Skip to content

Releases: amacati/SoulsGym

SoulsGym 1.1.0

06 Dec 11:20
Compare
Choose a tag to compare

General

This release makes some major changes to prepare SoulsGym for other Souls games and adds the possibility of using images as observations. The interface to Elden Ring has made significant progress, but is not yet ready to support Elden Ring environments.

What's Changed

  • IudexEnv is now available with image observations
  • SoulsGym's core module has been refactored to support multiple Souls games
  • Window capture has been rewritten and now uses bindings that copy the frames directly from DirectX
  • Window capture should work for all Souls games (tested with Dark Souls III and Elden Ring)
  • Docs have been updated to reflect changes
  • Numerous bug fixes and performance improvements

Full Changelog: https://github.com/amacati/SoulsGym/commits/v1.1.0

SoulsGym 1.0.0 release

01 May 11:30
Compare
Choose a tag to compare

General

This is the first stable release of SoulsGym. So far, the only implemented boss is Iudex Gundyr.

What's Changed

  • SoulsGym is now available on pypi!
  • Docs are available on readthedocs!
  • Compatible with the latest gym API after it has been moved to Farama's gymnasium.
  • Speed hack for accelerated training.

New contributors

Full Changelog: https://github.com/amacati/SoulsGym/commits/v1.0.0