Skip to content

MushroomRL-v.1.7.0

Compare
Choose a tag to compare
@carloderamo carloderamo released this 09 Jun 15:53
· 228 commits to master since this release
  • Agent and Environment interfaces are now in core.py module.
  • Added an easy interface for environment registration: environment can be created using the environment name;
  • Updated Doc;
  • New tutorials added;
  • Improved CONTRIBUTING.md file;
  • Added ConstrainedREPS;
  • Bug fixed in GPOMDP;
  • Improved logging of loss in regressor fit function;
  • General cleanup of environment constructors;
  • Improved Pybullet environment;
  • Improved Voronoi tiles;
  • Predict params added in DQN and Actor-Critic algorithms;
  • Added support to Logger in DQN.