rlberry-v0.4.1
Release of version 0.4.1 of rlberry.
Before the rlberry installation, please install the fork of gym 0.21 : "gym[accept-rom-license] @ git+https://github.com/rlberry-py/gym_fix_021"
New in 0.4.1
PR #307
- Create fork gym0.21 for setuptools non-retrocompatible changes.
PR #306
- Add Q-learning agent in :class:
rlberry.agents.QLAgent
and SARSA agent in :class:rlberry.agents.SARSAAgent
.
PR #298
- Move old scripts (jax agents, attention networks, old examples...) that we won't maintain from the main branch to an archive branch.
PR #277
- Add and update code to use "Atari games" env