rlberry-v0.6.0
Release of version 0.6.0 of rlberry.
This is the last rlberry release before we do a major restructuration of rlberry in three repositories:
- rlberry: 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 #276
- Non adaptive multiple tests for agent comparison.
PR #365
- Fix Sphinx version to <7.
PR #350
- Rename AgentManager to ExperimentManager.
PR #326
- Moved SAC from experimental to torch agents. Tested and benchmarked.
PR #335
- Upgrade from Python3.9 -> python3.10