https://github.com/knodis-research-group/connectn3d
A generalised 3D Connect‑N game
https://github.com/knodis-research-group/connectn3d
game gymnasium-environment reinforcement-learning
Last synced: 4 months ago
JSON representation
A generalised 3D Connect‑N game
- Host: GitHub
- URL: https://github.com/knodis-research-group/connectn3d
- Owner: KNODIS-Research-Group
- License: gpl-3.0
- Created: 2025-05-09T00:36:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-13T22:02:22.000Z (5 months ago)
- Last Synced: 2025-05-18T11:09:23.813Z (5 months ago)
- Topics: game, gymnasium-environment, reinforcement-learning
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Connect‑N‑3D
A generalised 3‑D Connect‑N game featuring:
- Configurable dimensions (height X width X depth) and target length N.
- Clean Board API (`ConnectNBoard3D`).
- A Gymnasium environment (ConnectN3DEnv) for RL research.## Installation
```python
pip install connect-n-3d
```