1.1.0
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_baselines3due to conflicting version ofgymrequired
(#18).Consequently,
generate_data_gym()is no longer part ofa2rllibrary, 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.