Skip to content

Releases: MushroomRL/mushroom-rl

MushroomRL-v.1.5.4

09 Dec 15:35
Compare
Choose a tag to compare
  • Fixes in tiles;
  • Maxmin DQN and Maxmin Q-Learning added;
  • Minor fixes in SAC;
  • Added optimizer to policy gradient algorithms;
  • Code quality improvements;
  • Minor bug fixes.

MushroomRL-v.1.5.3

28 Sep 09:21
Compare
Choose a tag to compare
  • Added QLambda algorithm (thanks to @nikosNalmpantis);
  • Improved regressor support for Torch tensors;
  • Added frames module;
  • Fixed observation shape in Atari environment.

MushroomRL-v.1.5.2

26 Aug 12:58
Compare
Choose a tag to compare
  • Added missing resources to setup
  • Moved humanoid meshes into meshes folder (was Geometry)
  • Improved makefile in order to ensure proper build before uploading

MushroomRL-v.1.5.1

24 Aug 10:31
Compare
Choose a tag to compare

Fixed source distribution by adding a missing .pyx file.

MushroomRL-v.1.5

24 Aug 09:46
Compare
Choose a tag to compare
  • Implemented PEP 517-518;
  • Improved saving system:
    • Added Serializable interface that can be used by any Mushroom class;
    • Approximator is now serializable;
    • Fixed issue with save/load attributes;
    • Everything is saved in a zip file with .msh extension.
  • Implemented cmac regressor;
  • Step callback added in core;
  • callbacks_episode renamed in callbacks_fit;
  • Distributions are now serializable;
  • Added computation of entropy for distributions;
  • Policies are now serializable;
  • Added BoltzmannTorchPolicy;
  • Added LQR solver;
  • Added PyBullet environment;
  • Fixed issue in Gym environment when PyBullet import was missing;
  • LQR bug fixed and generate function improved;
  • Improved Mujoco environment;
  • Cythonization and cleanup of HumanoidGait environment;
  • TRPO bug fixed;
  • Added RandomFourierBasis;
  • Fixed pendulum_trust_region example.

MushroomRL-v.1.4

31 Mar 10:23
Compare
Choose a tag to compare
  • Save and load of the agent;
  • Online data and performance visualization using pyqtgraph;
  • Normalization function added as preprocessors;
  • Step callback added;
  • Humanoid gait environment.

MushroomRL-v.1.3

04 Jan 16:25
Compare
Choose a tag to compare

MushroomRL is the new name of the library. Code, doc, and config files have been updated accordingly.
The package is now available on PyPI and can be installed using pip.

Mushroom-v.1.2

18 Nov 17:58
efa9378
Compare
Choose a tag to compare
  • Improved test suit;
  • Implemented Deep RL algorithms;
  • Improved visualization;
  • Improved code quality;
  • Several bug fixes;
  • Refactoring of Torch approximator.

Mushroom-v.1.1

19 Jul 12:48
Compare
Choose a tag to compare
  • bug fixes;
  • torch support;
  • dm_control and pybullet interface;
  • doc improved.

Mushroom

14 Feb 14:32
Compare
Choose a tag to compare

First version of Mushroom