File size: 387 Bytes
b2fae48
 
 
1586f24
b2fae48
 
 
5529a00
b2fae48
5529a00
90d394b
1586f24
d92472c
314d0a6
90d394b
6537541
b2fae48
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "rlcube"
version = "0.1.0"
description = "Reinforcement Learning for Rubik's Cube"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "fastapi[standard]>=0.116.2",
    "gymnasium>=1.2.0",
    "ipykernel>=6.30.1",
    "lightning>=2.5.5",
    "numpy>=2.3.2",
    "tensorboard>=2.20.0",
    "tensordict>=0.10.0",
    "torch>=2.8.0",
    "tqdm>=4.67.1",
]