v1.1.1
Changed from v1.1.0
- Bug fixes
- Use numpy<1.20 for installing physbo for python<=3.9 (#49)
- This solves the problem of mismatches of the size of numpy objects
get_post_fmean
,get_post_fcov
, andget_score
now work just afterpolicy.write
(interactive mode) (#42, #51)- Remove evaluated actions from loaded policy (#44, #45)
- Remove actions on writing history (
policy.write
) (#43, #46)- Thanks @k-kitai for making a PR!
- Use numpy<1.20 for installing physbo for python<=3.9 (#49)
Full Changelog: v1.1.0...v1.1.1