- Multiple bug fixes
- Added a training browser to compare results of multiple runs
- Deprecated
ReplayBuffer.get_iterators()
and replaced withmbrl.util.common.get_basic_iterators()
- Added an iterator that returns batches of sequences of transitions of a given length
- Multiple bug fixes
- Added
third_party
folder forpytorch_sac
anddmc2gym
- Library now available in
pypi
- Moved example configurations to package
mbrl.examples
, which can now be run aspython -m mbrl.examples.main
, afterpip
installation
Initial release