File size: 427 Bytes
8c57b4a
 
 
 
 
 
 
 
d742a8e
 
 
 
 
 
 
8c57b4a
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[project]
name = "kinitro-agent"
version = "0.0.1"
description = "Kinitro Agent"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "metaworld>=3.0.0",
    "torch>=2.8.0",
    "gymnasium>=0.29.0",
    "mujoco>=3.0.0",
    "numpy>=1.24.0",
    "pycapnp>=2.1.0",
    "tensorboard>=2.15.0",
    "matplotlib>=3.7.0"
]

[dependency-groups]
dev = ["debugpy>=1.8.9", "py-spy>=0.4.0", "pytest>=8.3.4", "ruff>=0.8.2"]