You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "A JAX-based CuMind is a JAX-based RL framework inspired by Google DeepMind. Achieve's superhuman performance in complex domains without pretraining nor prior knowledge of their rules."
readme = "README.md"
requires-python = ">=3.12"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
main = [
"numpy>=2.3.0",
"gymnasium>=1.1.1",
"pygame>=2.6.1",
"tqdm>=4.67.1",
"jax>=0.6.2", # Uses CPU by default; see config.py:385 for device selection.