You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of a European roulette game and a custom Gymnasium environment trained with Soft Actor-Critic (SAC) using Stable-Baselines3. Includes PyGame visualization, training/evaluation scripts, and bankroll simulations to analyze RL performance in a negative-expectation casino game.
A terminal-based slot machine game in Python. Practice loops, conditionals, functions, and randomization while betting on 1–3 lines, spinning a 3×3 grid, and tracking your balance. Great for Python beginners!