Skip to content

Releases: awslabs/amazon-accessible-rl-sdk

1.2.0

22 May 10:27
62564c7
Compare
Choose a tag to compare

v1.2.0 (2023-05-22)

Features:

1.1.1

21 Sep 15:06
24210d6
Compare
Choose a tag to compare

v1.1.1 (2022-09-21)

Bug fixes:

  • The warning silencer from a2rl crashes on matplotlib's DeprecationWarning (#26).

1.1.0

15 Sep 07:30
5c1af6b
Compare
Choose a tag to compare

v1.1.0 (2022-09-15)

Features:

  • Introduce add_value_for_multi_episode_process(), a multi-episodic value column calculation
    (#19). Credit to
    @Laurenstc for contributing.

  • Remove dependency to stable_baselines3 due to conflicting version of gym required
    (#18).

    Consequently, generate_data_gym() is no longer part of a2rl library, and is instead provided
    as a sample fragment in the data-property example.

Bug fixes:

  • Remove extraneous smoothing terms in add_value()
    (#21). Credit to
    @gballardin for reporting.

1.0.2

07 Sep 12:55
6264813
Compare
Choose a tag to compare

Switch MDP check to empirical-based version

1.0.1

05 Sep 05:06
4a944f7
Compare
Choose a tag to compare

Updated documentation.

1.0.0

31 Aug 05:37
71f0b45
Compare
Choose a tag to compare

A2RL initial open source.