-
-
Notifications
You must be signed in to change notification settings - Fork 953
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
Add a tutorial notebook for Blackjack-v1 #64
Conversation
Gym-Version: v26
Currently, we only support python files not jupyter notebook though we plan to add this. You can possibly use this example https://gist.github.com/chsasank/7218ca16f8d022e02a9c0deb94a310fe |
Converted it to a python file. @pseudo-rnd-thoughts |
Resolved the formatting & it is below 100k episodes now (with still mostly decent results). Also removed LaTeX plot labels (to have less dependencies). |
@till2 For the future, could you resolve comments that you have solved along with a reaction or comment just so it is easier to know the progress of the PR. |
@till2 I think this is close to merging. Could you fix the pre-commit issues, https://github.com/Farama-Foundation/Gymnasium/blob/main/CONTRIBUTING.md |
Should work now, it's passing locally. |
Great, ready to merge @pseudo-rnd-thoughts |
This PR adds the Blackjack-v1 tutorial for gym version v26.
The notebook should be compatible with Sphinx according to the Sphinx-Notebook docs.
If any changes to the tutorial are needed please let me know.