Gymnasium environment for the game Divide21
Project description
Divide21Env
A custom Gymnasium-compatible environment for the Divide21 game.
Installation
pip install -e .
Usage Example
import gymnasium as gym
import divide21env
env = gym.make("Divide21-v0")
obs, info = env.reset()
action = env.action_space.sample()
obs, reward, terminated, truncated, info = env.step(action)
print(f"Observation: {obs}")
print(f"Reward: {reward}, Terminated: {terminated}")
Cite This Project
If you use Divide21 in your research, projects, or publications, please cite it as:
Jacinto Jeje Matamba Quimua (2025). Divide21Env: Gym Environment for Reinforcement Learning Experiments. GitHub repository: https://github.com/jaci-hub/divide21Env
BibTeX
@misc{divide21env2025,
author = {Jacinto Jeje Matamba Quimua},
title = {Divide21Env: Gym Environment for Reinforcement Learning Experiments},
year = 2025,
howpublished = {\url{https://github.com/jaci-hub/divide21Env}},
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file divide21env-0.1.0.tar.gz.
File metadata
- Download URL: divide21env-0.1.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b26dcc25cf33aef900f21bd2aa9409166d907bbcc19c4b0e4404469b9af8fdda
|
|
| MD5 |
034f58a01b07ef8043420b31239f892a
|
|
| BLAKE2b-256 |
59752c1312456a0aeace3aab9ad2613cb39568b406b29e84052f6e5fad32d59b
|
File details
Details for the file divide21env-0.1.0-py3-none-any.whl.
File metadata
- Download URL: divide21env-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e122891b6e57586e2c03ebf76e3cb1fc39ae6f097cf3c918cb3d2434256a053
|
|
| MD5 |
ac5f263de2ea97de0ba0e781810aab1e
|
|
| BLAKE2b-256 |
353bf119c72258b9adde013d567e4a7d59d5f11d6172c922b13de60a24f549b1
|