Improve the tutorial rendering (#1353)

This commit is contained in:
Mark Towers
2025-04-02 21:17:14 +01:00
committed by GitHub
parent 8d5fd4f18f
commit 9e2b3cbd4e
12 changed files with 49 additions and 40 deletions

View File

@@ -1,7 +1,8 @@
"""
Frozenlake benchmark
====================
Solving Frozenlake with Tabular Q-Learning
==========================================
This tutorial trains an agent for FrozenLake using tabular Q-learning.
"""
# %%