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
- Host: GitHub
- URL: https://github.com/paulhendricks/gym-gambling
- Owner: paulhendricks
- Created: 2016-09-23T04:37:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T19:55:11.000Z (over 8 years ago)
- Last Synced: 2025-02-13T10:16:38.450Z (4 months ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```