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?
It seems you haven't installed the mdptoolbox package :
Go through this for the complete installation and usage of the module : https://github.com/sawcordwell/pymdptoolbox