Skip to content

rlberry-v0.4.1

Compare
Choose a tag to compare
@JulienT01 JulienT01 released this 19 Jun 09:07
· 142 commits to main since this release
38dc918

Release of version 0.4.1 of rlberry.

⚠️ WARNING ⚠️ :
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