I receive an error when importing the mdptoolbox
module.
import mdptoolbox, mdptoolbox.example
Error logs:
ModuleNotFoundError Traceback (most recent call last) in () ----> 1 import mdptoolbox, mdptoolbox.example
ModuleNotFoundError: No module named 'mdptoolbox'
How can I resolve the error?