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

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

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
```