stable-baselines3/docs/misc/changelog.rst

73 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2019-09-26 09:46:40 +00:00
.. _changelog:
Changelog
==========
2020-01-20 15:19:35 +00:00
Pre-Release 0.2.0a0 (WIP)
------------------------------
2019-09-26 09:46:40 +00:00
Breaking Changes:
^^^^^^^^^^^^^^^^^
2020-01-22 16:23:42 +00:00
- Python 2 support was dropped, Torchy Baselines now requires Python 3.6 or above
2019-09-26 09:46:40 +00:00
New Features:
^^^^^^^^^^^^^
2020-01-22 16:25:08 +00:00
- Add `seed()` method to `VecEnv` class
2019-09-26 09:46:40 +00:00
Bug Fixes:
^^^^^^^^^^
Deprecations:
^^^^^^^^^^^^^
2020-01-20 15:19:35 +00:00
Others:
^^^^^^^
2020-01-22 16:23:42 +00:00
- Add type check
- Converted all format string to f-strings
2020-01-20 15:19:35 +00:00
Documentation:
^^^^^^^^^^^^^^
- fix documentation build
Pre-Release 0.1.0 (2020-01-20)
------------------------------
**First Release: base algorithms and state-dependent exploration**
Breaking Changes:
^^^^^^^^^^^^^^^^^
New Features:
^^^^^^^^^^^^^
- Initial release of A2C, CEM-RL, PPO, SAC and TD3, working only with `Box` input space
- State-Dependent Exploration (SDE) for A2C, PPO, SAC and TD3
Bug Fixes:
^^^^^^^^^^
Deprecations:
^^^^^^^^^^^^^
2019-09-26 09:46:40 +00:00
Others:
^^^^^^^
Documentation:
^^^^^^^^^^^^^^
Maintainers
-----------
Torchy-Baselines is currently maintained by `Antonin Raffin`_ (aka `@araffin`_).
.. _Antonin Raffin: https://araffin.github.io/
.. _@araffin: https://github.com/araffin
Contributors:
-------------
In random order...
Thanks to @hill-a @enerijunior @AdamGleave @Miffyli