Skip to content

1.1.0

Choose a tag to compare

@verdimrc verdimrc released this 15 Sep 07:30
· 48 commits to main since this release
5c1af6b

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.