Releases: awslabs/amazon-accessible-rl-sdk
Releases · awslabs/amazon-accessible-rl-sdk
1.2.0
v1.2.0 (2023-05-22)
Features:
- Introduce beam search (#35). Credit to @Laurenstc and @songyiy22414 for contributing.
1.1.1
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_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.