Add dark version of blackjack AE loop (#191)

This commit is contained in:
Markus Krimmel
2022-12-07 21:04:48 +01:00
committed by GitHub
parent 848b7097bf
commit af740a66ca
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,11 @@ Solving Blackjack with Q-Learning
# .. image:: /_static/img/tutorials/blackjack_AE_loop.jpg
# :width: 650
# :alt: agent-environment-diagram
# :class: only-light
# .. image:: /_static/img/tutorials/blackjack_AE_loop_dark.png
# :width: 650
# :alt: agent-environment-diagram
# :class: only-dark
#
# In this tutorial, well explore and solve the *Blackjack-v1*
# environment.