Blackjack Agent Simulator A Python project that simulates multiple rounds of Blackjack to compare the performance of two agents: a Counting Agent using card counting strategies, and a Random Agent making decisions randomly. It tracks their bankrolls over time and visualizes the results.
Features Simulates 100 rounds of Blackjack gameplay
Implements a Counting Agent with card counting strategy
Implements a Random Agent with random decision-making
Collects and visualizes bankroll data for both agents
Includes tests for the Blackjack game logic
Technologies Used Python 3.x
matplotlib (for data visualization)
Installation Clone the repo: git clone repo-link
Install dependencies: pip install matplotlib
Usage Run the script to simulate 100 rounds of Blackjack and visualize the agents’ bankroll performance over time.