This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Releases: google-deepmind/bsuite
Releases · google-deepmind/bsuite
0.3.5
0.3.4
0.3.3 -- Minor bugfixes
Internal change. PiperOrigin-RevId: 334334765 Change-Id: I1080d6b302fb77b3d75633c4d2ed487e6b26730d
0.3.2
0.3.1 -- Minor bugfixes and improved test coverage
- Fixed a bug where some experiments were assigned to the wrong tag (736b9fe).
- Add GitHub CI (pytype + pytest) and improve agent tests.
- Some minor quality-of-life changes for getting the bsuite_num_episodes constant.
0.3.0 -- Cartpole bugfix and more
- Fixed an issue with cartpole_swingup's
best_episode
not being computed correctly due to negative rewards (beb1630). This change will affect scores for this experiment, so we bump the minor version in keeping with semantic versioning. - Fix versioning issues in colab and setup.py.
- Improve test.sh coverage.
- Make TAGS accessible as sweep (e.g. sweep.TAGS['exploration'] to retrieve all exploration experiments.
- Add a bootstrapped DQN baseline in JAX.
- Extract environments to their own package for easier direct access for debugging/development.
0.2.0 -- Miscellaneous bugfixes and improvements
Contents include:
- Drop Python 2 support.
- Improve installation instructions.
- Upgrade baseline agents to TensorFlow 2 / JAX.
- Improvements to logging behaviour.