rlberry-v0.7.0
Release of version 0.7.0 of rlberry.
This is the first rlberry release since we did a major restructuration of rlberry in three repositories (PR #379) :
rlberry (this repo): everything for rl that is not an agent or an environment, e.g. experiment management, parallelization, statistical tools, plotting...
rlberry-scool: repository for teaching materials, e.g. simplified algorithms for teaching, notebooks for tutorials for learning RL...
rlberry-research: repository of agents and environments used inside Inria Scool team
Changes since last version.
PR #397
- Automatic save after fit() in ExperienceManager
PR #396
- Improve coverage and fix version workflow
- Switch from RTD to github page
PR #382
- switch to poetry
PR #376
- New plot_writer_data function that does not depend on seaborn and that can plot smoothed function and confidence band if scikit-fda is installed.