Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
carloderamo committed Feb 2, 2021
2 parents 24c1ef3 + da2d97d commit 4eb70c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ Algorithms:
- MORE
- PAPI

For Mushroom 1.6:
* improvements to documentation and tutorials

For Mushroom 2.0:
* Record method in environemnt and record option in the core
* Simplify Regressor interface: drop GenericRegressor, remove facade pattern
Expand Down
2 changes: 1 addition & 1 deletion mushroom_rl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.5.5'
__version__ = '1.6.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def glob_data_files(data_package, data_type=None):
setup(
name='mushroom-rl',
version=__version__,
description='A Python toolkit for Reinforcement Learning experiments.',
description='A Python library for Reinforcement Learning experiments.',
long_description=long_description,
url='https://github.com/MushroomRL/mushroom-rl',
author="Carlo D'Eramo, Davide Tateo",
Expand Down

0 comments on commit 4eb70c4

Please sign in to comment.