Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 395 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 395 Bytes

Gambler's-Environment

OpenAI Gym environment for the Gambler's problem

Installation Instructions:

  1. cd into this repo's directory .i.e. gym-gamblers directory
  2. Run the following command in terminal
pip install -e .

Installs the gym_gamblers environment

  1. [OPTIONAL] try running the random agent to check if the gym-gamblers environment is installed properly