ViZDoom 1.3.0.dev1: Python 3.13 support, remove old signal trapping and OpenAI Gym wrapper
Pre-release
Pre-release
ViZDoom 1.3.0.dev1 Release Notes
This is the first of a few dev releases before the final 1.3.0 release.
What's Changed
- Update actions/download-artifact in /.github/workflows by @mwydmuch in #593, #594, #596, #597, #598
- Add isEpisodeTimeoutReached/is_episode_timeout_reached method to the core API by @mwydmuch in #587
- Remove the original OpenAI Gym wrapper by @mwydmuch in #594
- Add try/catch block around message queue receive method in the engine by @mwydmuch in #600
- Remove signal trapping by ViZDoom thread by @mwydmuch in #599
- Pre-commit fixes and workflow updates by @mwydmuch in #603, #604, #605
- Add support for version suffixes by @mwydmuch in #609
- Fix for a new version suffix by @mwydmuch in #610
- Update workflows to include Python 3.13 by @mwydmuch in #608
- Add kill/item/secret/fragReward etc. methods by @mwydmuch in #611
Full Changelog: 1.2.4...1.3.0.dev1