Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 653 Bytes

File metadata and controls

13 lines (8 loc) · 653 Bytes

Martingale Betting System Experiment

Introduction

This project is an experiment with the Martingale betting system, a gambling strategy where the bettor doubles their bet after every loss until they win. The purpose of this experiment is to explore how the strategy performs in a simulated environment.

Getting Started

main.ipynb is the main file for this project. It contains the code for the experiment and the results of the experiment. main.py contains the simulation code for the experiment.

Additional Context

This project is not a fully realized and finished. It is primarily intended for educational purposes and experimentation.