OpenAI Gym environment for the Gambler's problem
- cd into this repo's directory .i.e. gym-gamblers directory
- Run the following command in terminal
pip install -e .
Installs the gym_gamblers environment
- [OPTIONAL] try running the random agent to check if the gym-gamblers environment is installed properly