Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed typo in gymnasium/envs/toy_text/blackjack.py, 2-10 instead of 2-9 #1250

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

artemmiyy
Copy link
Contributor

Description

This PR fixes a comment in line 62 in gymnasium/envs/toy_text/blackjack.py. The comment should say - Numerical cards (2-10) have a value equal to their number. instead of - Numerical cards (2-9) have a value equal to their number.

Fixes #1249

Type of change

  • Documentation only change (no code changed)

Checklist:

  • I have run the pre-commit checks with pre-commit run --all-files (see CONTRIBUTING.md instructions to set it up)
  • My changes generate no new warnings

Copy link
Member

@pseudo-rnd-thoughts pseudo-rnd-thoughts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for spotting that

@pseudo-rnd-thoughts pseudo-rnd-thoughts merged commit 90d04f2 into Farama-Foundation:main Nov 14, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo in gymnasium/envs/toy_text/blackjack.py
2 participants