Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-12-15 | 1.5 kB | |
ViZDoom 1.2.3_ Support for Python 3.12, fix for the Gymnasium wrapper source code.tar.gz | 2023-12-15 | 19.7 MB | |
ViZDoom 1.2.3_ Support for Python 3.12, fix for the Gymnasium wrapper source code.zip | 2023-12-15 | 20.9 MB | |
Totals: 3 Items | 40.5 MB | 0 |
ViZDoom 1.2.3 Release Notes
The aim of this release is mainly to add support for Python 3.12 and fix a serious bug in the Gymnasium wrapper (thanks @caozhenxiang-kouji for reporting).
What's Changed
- Add support for Python 3.12 by @mwydmuch in https://github.com/Farama-Foundation/ViZDoom/pull/570
- Fix the bug in the Gymnasium wrapper that was constructing correct actions only for
int
type but not fornp.int
types, whenaction_space = Discrete
(reported in [#574]) by @mwydmuch in https://github.com/Farama-Foundation/ViZDoom/pull/575 - Add Farama notifications to the Python package by @mwydmuch in https://github.com/Farama-Foundation/ViZDoom/pull/568
- Add workflows to build docs version by @mgoulao in https://github.com/Farama-Foundation/ViZDoom/pull/567
- Add
set/getGameArgs
/set/get_game_args
methods by @mwydmuch in https://github.com/Farama-Foundation/ViZDoom/pull/569 - Add support for +win_x/y CVARs on Linux and MacOS by @mwydmuch in https://github.com/Farama-Foundation/ViZDoom/pull/569
- Setup.py and tests updates by @mwydmuch in https://github.com/Farama-Foundation/ViZDoom/pull/573
- Add support for viz_noxserver option on macos by @mwydmuch in https://github.com/Farama-Foundation/ViZDoom/pull/577
- Documentation updates by @mwydmuch in https://github.com/Farama-Foundation/ViZDoom/pull/576 and https://github.com/Farama-Foundation/ViZDoom/pull/578
Full Changelog: https://github.com/Farama-Foundation/ViZDoom/compare/1.2.2...1.2.3