Scoring

The evaluation is divided as follows:

Evaluated performance min max note
Quality of value iteration algorithm 0 2.5 Evaluation of the algorithm by an automatic evaluation system.
Quality of policy iteration algorithm 0 2.5 Evaluation of the algorithm by an automatic evaluation system.
Code quality 0 1 Comments, structure, elegance, code cleanliness, appropriate variable naming…

Automatic evaluation:

Code quality (1 point):

You can follow the PEP8 (Python style guide). Most editors (including PyCharm and VS Code) warn about PEP8 deficiencies themselves. You can also get inspired e.g. here or read about idiomatic python on medium or at elsewhere.