File size: 552 Bytes
386550d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[project]
name = "deep-rl-explainability"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.10"
dependencies = [
    "ale-py==0.8.1",
    "autorom==0.4.2",
    "autorom-accept-rom-license==0.6.1",
    "captum==0.6.0",
    "gradio>=5.44.1",
    "gymnasium[box2d]==0.29.1",
    "huggingface-hub>=0.34.4",
    "imageio==2.31.5",
    "imageio-ffmpeg==0.4.9",
    "matplotlib==3.8.0",
    "matplotlib-inline==0.1.6",
    "moviepy==1.0.3",
    "mujoco==2.3.7",
    "numpy==1.26.0",
    "scipy>=1.15.3",
    "torch==2.1.0",
]