The code is in python 3xx
I used a Jupyter Notebook to import classes and algorithms, as well as to plot.
Forest_Management_mdp.py Contains the class to initialize the Forest Management problem
Tictactoe_mdp.py Contains the class to initialize the Tictactoe problems
policy_iteration_tic_tac_toe.py
policy_iteration_forest_management.py
q_learning.py Contains q_learning implementation for Forest Management
q_learning_tic_tac_toe.py
value_iteration_forest_management.py
value_iteration_tic_tac_toe.py