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
- Adds direct class passing by @ClemensSchwarke in #145