mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-25 15:59:06 +00:00
Add dark version of blackjack AE loop (#191)
This commit is contained in:
BIN
docs/_static/img/tutorials/blackjack_AE_loop_dark.png
vendored
Normal file
BIN
docs/_static/img/tutorials/blackjack_AE_loop_dark.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 266 KiB |
@@ -8,6 +8,11 @@ Solving Blackjack with Q-Learning
|
|||||||
# .. image:: /_static/img/tutorials/blackjack_AE_loop.jpg
|
# .. image:: /_static/img/tutorials/blackjack_AE_loop.jpg
|
||||||
# :width: 650
|
# :width: 650
|
||||||
# :alt: agent-environment-diagram
|
# :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, we’ll explore and solve the *Blackjack-v1*
|
# In this tutorial, we’ll explore and solve the *Blackjack-v1*
|
||||||
# environment.
|
# environment.
|
||||||
|
Reference in New Issue
Block a user