forked from jbloomAus/DecisionTransformerInterpretability
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
56 lines (43 loc) · 887 Bytes
/
requirements.txt
File metadata and controls
56 lines (43 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# A list of packages that installed by default in the pytorch/pytorch docker image
# torch==1.13.0
# torchtext==0.14.0
# torchvision==0.14.0
# Transformer Lens V2
transformer-lens==1.2.1
circuitsvis==1.39.1
protobuf==3.20
torchtyping==0.1.4
# Minigrid
Minigrid @ git+https://github.com/Farama-Foundation/Minigrid.git
# torch optimizer (for lamb)
torch-optimizer==0.3.0
# tqdm
tqdm==4.64.1
# kaleido for figures
kaleido==0.2.1
# Jupyter for notebook dev
jupyter==1.0.0
jupyter-console==6.4.4
jupyter-events==0.5.0
jupyter_client==7.4.8
jupyter_core==5.1.0
jupyter_server==2.0.1
jupyter_server_terminals==0.4.2
jupyterlab-pygments==0.2.2
jupyterlab-widgets==3.0.4
# plotting
plotly==5.10.0
matplotlib==3.6.2
# pytest
pytest==7.1.3
pytest-cov==4.0.0
# wandb
wandb==0.13.7
#numpy
numpy==1.23.5
#moviepy
moviepy==1.0.3
# streamlit
streamlit==1.16.0
# typeguard
typeguard==2.13.3