mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-20 14:02:03 +00:00
Update the docstring in envs/toy_text/blackjack.py (#1829)
* Update blackjack.py * Update blackjack.py Co-authored-by: pzhokhov <peterzhokhoff@gmail.com>
This commit is contained in:
@@ -48,8 +48,8 @@ class BlackjackEnv(gym.Env):
|
||||
Face cards (Jack, Queen, King) have point value 10.
|
||||
Aces can either count as 11 or 1, and it's called 'usable' at 11.
|
||||
This game is placed with an infinite deck (or with replacement).
|
||||
The game starts with each (player and dealer) having one face up and one
|
||||
face down card.
|
||||
The game starts with dealer having one face up and one face down card, while
|
||||
player having two face up cards. (Virtually for all Blackjack games today).
|
||||
|
||||
The player can request additional cards (hit=1) until they decide to stop
|
||||
(stick=0) or exceed 21 (bust).
|
||||
|
Reference in New Issue
Block a user