special notes
We now support Gymnasium environments in this version of nnabla-rl. You can utilize the Gymnasium environments by importing Gymnasium2GymWrapper
from nnabla_rl.environments.wrappers.gymnasium
. With this wrapper, all nnabla-rl algorithms should be compatible.
Additionally, we would like to inform you that we have discontinued support for Python 3.7 and have introduced support for Python 3.10, in line with the changes in supported Python versions by nnabla, the deep learning framework we use.
release-note-support
release-note-bugfix
release-note-algorithm
release-note-utility
Install the latest nnablaRL by:
pip install nnabla-rl