-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathrequirements.txt
68 lines (61 loc) · 1.07 KB
/
requirements.txt
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
57
58
59
60
61
62
63
64
65
66
67
68
## Chapter 1,2:
Pillow==7.0.0
scipy==1.4.1
numpy==1.18.1
matplotlib==3.1.3
import-ipynb==0.1.3
gym==0.15.4
tensorflow==1.15.0
## Chapter 3, 4, 7:
#### Ubuntu packages / applications
anaconda
cmake libopenmpi-dev python3-dev zlib1g-dev
## Chapter 8 (only for unit testing)
ipynb
#### Python modules
python3.7.4
jupyter
matplotlib
numpy
tensorflow (or tensorflow-gpu) 2.1.0
tensorflow-datasets
gym
gym[atari]
torch==1.5.0+cpu
seaborn
## Chapter 10
gym[atari]==0.17.2
numpy==1.18.4
import-ipynb ==0.1.3
#### OpenAI baselines installation
git clone https://github.com/openai/baselines.git
cd baselines
git checkout tf2
python3.7 -m pip install cloudpickle==1.2.0
python3.7 -m pip install -e .
## Chapter 11
cloudpickle==1.3.0
future==0.18.2
gym==0.17.2
numpy==1.18.4
Pillow==7.1.2
pyglet==1.5.0
scipy==1.4.1
torch==0.4.1
## Chapters 12, 13
bitstring==3.1.7
deap==1.3.1
future==0.18.2
gym==0.17.2
jupyter==1.0.0
matplotlib==3.2.1
neat-python==0.92
numpy==1.16.3
pandas==1.0.3
pynput==1.6.8
scipy==1.4.1
sklearn==0.0
tensorflow==2.1.0
tensorflow_probability==0.9.0
tqdm==4.45.0
zipfile2==0.0.12