Solution to Computer Exercises 1 - Bug with recent matplotlib versions

Solution to Computer Exercises 1 - Bug with recent matplotlib versions

par Skander Moalla,
Nombre de réponses : 0
Hi everyone,

if you run the solutions of computer exercise 1 with the most recent version of matplotlib, `env.render(Q)` will raise an error - this concerns versions of matplotlib > 3.8. Downgrading to 3.7.5 works.

Otherwise, you can try to fix the issue by referring to the release notes of matplotlib: https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.8.0.html#changes-of-api-after-deprecation

Best,
ANN/RL teaching team