Skip to content

Commit 07eaa63

Browse files
committed
2 parents 020b965 + 13eb819 commit 07eaa63

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed

requirements.txt

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
## Chapter 1,2:
2-
Pillow==7.0.0
3-
scipy==1.4.1
4-
numpy==1.18.1
5-
matplotlib==3.1.3
6-
import-ipynb==0.1.3
7-
gym==0.15.4
8-
tensorflow==1.15.0
9-
10-
## Chapter 3, 4, 7:
111
#### Ubuntu packages / applications
122
anaconda
133
cmake libopenmpi-dev python3-dev zlib1g-dev
@@ -23,43 +13,3 @@ gym
2313
gym[atari]
2414
torch==1.5.0+cpu
2515
seaborn
26-
27-
## Chapter 10
28-
gym[atari]==0.17.2
29-
numpy==1.18.4
30-
import-ipynb ==0.1.3
31-
32-
#### OpenAI baselines installation
33-
git clone https://github.com/openai/baselines.git
34-
cd baselines
35-
git checkout tf2
36-
python3.7 -m pip install cloudpickle==1.2.0
37-
python3.7 -m pip install -e .
38-
39-
## Chapter 11
40-
cloudpickle==1.3.0
41-
future==0.18.2
42-
gym==0.17.2
43-
numpy==1.18.4
44-
Pillow==7.1.2
45-
pyglet==1.5.0
46-
scipy==1.4.1
47-
torch==0.4.1
48-
49-
## Chapters 12, 13
50-
bitstring==3.1.7
51-
deap==1.3.1
52-
future==0.18.2
53-
gym==0.17.2
54-
jupyter==1.0.0
55-
matplotlib==3.2.1
56-
neat-python==0.92
57-
numpy==1.16.3
58-
pandas==1.0.3
59-
pynput==1.6.8
60-
scipy==1.4.1
61-
sklearn==0.0
62-
tensorflow==2.1.0
63-
tensorflow_probability==0.9.0
64-
tqdm==4.45.0
65-
zipfile2==0.0.12

0 commit comments

Comments
 (0)