Releases: hakuhodo-technologies/scope-rl
Releases · hakuhodo-technologies/scope-rl
SCOPE-RL v0.2.1
Upgrade d3rlpy version
- Previously, SCOPE-RL supported compatibility with
d3rlpy==1.1.1
. Fromscope-rl==0.2.1
, we support compatibility withd3rlpy==2.0.4
. - There are no user-side interface changes on SCOPE-RL.
- We update quickstart examples accordingly.
- Some minor fixes on policy modules and visualization functions.
References
- PR #18
- Issue #17
- Release note of
d3rlpy==2.0.2
: https://github.com/takuseno/d3rlpy/releases/tag/v2.0.2
SCOPE-RL v0.1.3
An emergency patch to deal with some bugs in plot functions and policy heads used in continuous action environments.
- Some fixes on the plotting function implemented in the OffPolicySelection module. (Escaping
KeyError: y
in the swarmplot.) - Some fixes on the
GaussianHead
andTruncatedGaussianHead
SCOPE-RL v0.1.2
SCOPE-RL v0.1.1
The initial release of the package 🎉
- documentation: https://scope-rl.readthedocs.io/en/latest/
- PyPI: https://pypi.org/project/scope-rl/