Skip to content

Fix clone_module and MAML for RNN modules

Compare
Choose a tag to compare
@seba-1511 seba-1511 released this 24 Apr 16:59
· 98 commits to master since this release
6ff649d
v0.1.1

======

Added
-----

* New tutorial: 'Feature Reuse with ANIL'. (@ewinapun)

Changed
-------

* Mujoco imports optional for docs: the import error is postponed to first method call.

Fixed
-----

* `MAML()` and `clone_module` support for RNN modules.