https://github.com/artonge/gym-sudoku
Sudoku environment for gym.openai.com
https://github.com/artonge/gym-sudoku
Last synced: 3 months ago
JSON representation
Sudoku environment for gym.openai.com
- Host: GitHub
- URL: https://github.com/artonge/gym-sudoku
- Owner: artonge
- License: gpl-3.0
- Created: 2017-08-15T12:04:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T01:25:45.000Z (about 3 years ago)
- Last Synced: 2025-12-22T20:04:34.357Z (6 months ago)
- Language: Python
- Size: 40 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku
An OpenAI gym environment for sudoku.
# Install
`pip install gym`
`pip install gym-sudoku`
# Usage
```python
import gym
import gym_sudoku
env = gym.make('Sudoku-v0')
```
# Release
`tools/release.sh`