File size: 495 Bytes
f748552
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[project]
name = "minihack-remdm-planner"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "huggingface-hub>=1.8.0",
    "ipython>=9.12.0",
    "matplotlib>=3.10.8",
    "minihack>=1.0.2",
    "nle>=1.2.0",
    "numpy>=2.4.4",
    "orjson>=3.11.8",
    "polars>=1.39.3",
    "pyyaml>=6.0.3",
    "sb3-contrib>=2.8.0",
    "scipy>=1.17.1",
    "stable-baselines3>=2.8.0",
    "torch>=2.11.0",
    "wandb>=0.25.1",
]