Skip to content

v2.1.1

Choose a tag to compare

@Mayankm96 Mayankm96 released this 07 Feb 22:08

Overview

We’re excited to announce that the rsl-rl library is now available on PyPI! You can install it easily with:

pip install rsl-rl-lib

Full Changelog: v2.0.1...v2.1.1

Added

Fixed

  • Saves internal count of EmpiricalNormalization for resuming training by @tasdep in #30
  • Fixes error caused by non UTF-8 characters in git diff by @fan-ziqi in #31

New Contributors