Skip to content

Commit

Permalink
Update logger.py (#142)
Browse files Browse the repository at this point in the history
* Version bump to fix the PyPI package

* Update logger.py

Typo. Replaced E.npy with R.npy

---------

Co-authored-by: boris-il-forte <[email protected]>
  • Loading branch information
Katze2664 and boris-il-forte authored May 21, 2024
1 parent cc0dfe3 commit f0f3572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/tutorials/code/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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
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__ = '2.0.0-rc1'
__version__ = '2.0.0-rc1'

0 comments on commit f0f3572

Please sign in to comment.