Bug fixes:
- The warning silencer from
a2rl
crashes onmatplotlib
'sDeprecationWarning
(#26).
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 ofgym
required (#18).Consequently,
generate_data_gym()
is no longer part ofa2rl
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.
- Update MDP check to empirical version
- Updated documentations
- Initial release