From 1a4f54ed23101fbcf48bfe2022a5ff74c37c5b8f Mon Sep 17 00:00:00 2001 From: boris-il-forte Date: Mon, 30 Oct 2023 15:34:51 +0100 Subject: [PATCH 1/2] Version bump to fix the PyPI package --- mushroom_rl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mushroom_rl/__init__.py b/mushroom_rl/__init__.py index 52af183e..c9f359bd 100644 --- a/mushroom_rl/__init__.py +++ b/mushroom_rl/__init__.py @@ -1 +1 @@ -__version__ = '1.10.0' +__version__ = '1.10.0-2' From f747a8df70d20ee6f49faf4dc8019241aa066236 Mon Sep 17 00:00:00 2001 From: Katze2664 <40237250+Katze2664@users.noreply.github.com> Date: Fri, 17 May 2024 11:55:36 +1000 Subject: [PATCH 2/2] Update logger.py Typo. Replaced E.npy with R.npy --- docs/source/tutorials/code/logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorials/code/logger.py b/docs/source/tutorials/code/logger.py index e7a43e91..0899e921 100644 --- a/docs/source/tutorials/code/logger.py +++ b/docs/source/tutorials/code/logger.py @@ -80,7 +80,7 @@ # Here logging epoch results to the console logger.epoch_info(i+1, J=J, R=R) - # Logging the data in J.npy and E.npy + # Logging the data in J.npy and R.npy logger.log_numpy(J=J, R=R) # Logging the best agent according to the best J