Skip to content

Latest commit

 

History

History

blackjack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Training a Q-Learning Agent to Play Blackjack

Welcome to the Q-Learning Agent training tutorial for Blackjack! To get started, please refer to the Farama-Foundation Gymnasium documentation at this link.

Steps

  • Create a new project on NimbleBox. Each project comes with a set of resources to simplify the training and deployment of your agents.

  • Make a note of the project ID and run the following command to train your agent:

nbx projects --id '<project-id>' - run script:main
  • Here's an example of how the training with various parameters would look like:

Thank you for choosing NimbleBox for your machine learning needs!