Skip to content

v3.3.0

Latest

Choose a tag to compare

@ClemensSchwarke ClemensSchwarke released this 12 Jan 11:22
· 1 commit to main since this release
91c7554

Overview

This release enables passing custom classes without having to modify the library. For example, you can now define a custom actor-critic class in a different repository and directly pass it to RSL-RL.

Full Changelog: v3.2.0...v3.3.0

Added

Fixed

New Contributors