An open API service indexing awesome lists of open source software.

https://github.com/paulhendricks/gym-gambling

An OpenAI Gym environment for Gambling problems
https://github.com/paulhendricks/gym-gambling

Last synced: 2 months ago
JSON representation

An OpenAI Gym environment for Gambling problems

Awesome Lists containing this project

README

        

# gym-gambling

The [Gambling environment](https://github.com/paulhendricks/gym-gambling) is a single agent domain featuring discrete and continuous state and action spaces. Currently, one task is supported:

## Staking

This environment corresponds to the version of the gambling problem described in Example 1.2 in [Algorithms for Reinforcement Learning by Csaba Szepesvari (2010)](https://sites.ualberta.ca/~szepesva/RLBook.html).

## Future tasks

Future tasks will have more complex environments that an agent can plan such as:

* Blackjack
* Poker
* Roulette
* Slots
* Eucher

# Installation

```bash
cd gym-gambling
pip install -e .
```