diff --git a/03_classification.ipynb b/03_classification.ipynb
index a84e3b2..1eda357 100644
--- a/03_classification.ipynb
+++ b/03_classification.ipynb
@@ -23,7 +23,7 @@
" \n",
" \n",
"
\n",
- " \n",
+ " \n",
" | \n",
""
]
diff --git a/04_training_linear_models.ipynb b/04_training_linear_models.ipynb
index 5eda80a..9ce3b58 100644
--- a/04_training_linear_models.ipynb
+++ b/04_training_linear_models.ipynb
@@ -23,7 +23,7 @@
" \n",
" \n",
" \n",
- " \n",
+ " \n",
" | \n",
""
]
diff --git a/05_decision_trees.ipynb b/05_decision_trees.ipynb
index 5a15955..d7c59af 100644
--- a/05_decision_trees.ipynb
+++ b/05_decision_trees.ipynb
@@ -23,7 +23,7 @@
" \n",
" \n",
" \n",
- " \n",
+ " \n",
" | \n",
""
]
diff --git a/06_ensemble_learning_and_random_forests.ipynb b/06_ensemble_learning_and_random_forests.ipynb
index 7d20eea..73a7af5 100644
--- a/06_ensemble_learning_and_random_forests.ipynb
+++ b/06_ensemble_learning_and_random_forests.ipynb
@@ -23,7 +23,7 @@
" \n",
" \n",
" \n",
- " \n",
+ " \n",
" | \n",
""
]
diff --git a/09_neural_nets_with_keras.ipynb b/09_neural_nets_with_keras.ipynb
index 72f46ea..aaf8c4b 100644
--- a/09_neural_nets_with_keras.ipynb
+++ b/09_neural_nets_with_keras.ipynb
@@ -23,7 +23,7 @@
" \n",
" \n",
" \n",
- " \n",
+ " \n",
" | \n",
""
]
diff --git a/10_training_deep_neural_networks.ipynb b/10_training_deep_neural_networks.ipynb
index 12d27f1..d27daff 100644
--- a/10_training_deep_neural_networks.ipynb
+++ b/10_training_deep_neural_networks.ipynb
@@ -23,7 +23,7 @@
" \n",
" \n",
" \n",
- " \n",
+ " \n",
" | \n",
""
]
diff --git a/11_custom_models_and_training_with_tensorflow.ipynb b/11_custom_models_and_training_with_tensorflow.ipynb
index aaf3751..77e33c4 100644
--- a/11_custom_models_and_training_with_tensorflow.ipynb
+++ b/11_custom_models_and_training_with_tensorflow.ipynb
@@ -23,7 +23,7 @@
" \n",
" \n",
" \n",
- " \n",
+ " \n",
" | \n",
""
]
diff --git a/12_loading_and_preprocessing_data.ipynb b/12_loading_and_preprocessing_data.ipynb
index a250734..b14c34f 100644
--- a/12_loading_and_preprocessing_data.ipynb
+++ b/12_loading_and_preprocessing_data.ipynb
@@ -23,7 +23,7 @@
" \n",
" \n",
" \n",
- " \n",
+ " \n",
" | \n",
""
]
diff --git a/15_nlp_with_rnns_and_attention.ipynb b/15_nlp_with_rnns_and_attention.ipynb
index d01cd2b..d9bd855 100644
--- a/15_nlp_with_rnns_and_attention.ipynb
+++ b/15_nlp_with_rnns_and_attention.ipynb
@@ -23,7 +23,7 @@
" \n",
" \n",
" \n",
- " \n",
+ " \n",
" | \n",
""
]
diff --git a/17_reinforcement_learning.ipynb b/17_reinforcement_learning.ipynb
index f1d229a..334d1a3 100644
--- a/17_reinforcement_learning.ipynb
+++ b/17_reinforcement_learning.ipynb
@@ -23,7 +23,7 @@
" \n",
" \n",
" \n",
- " \n",
+ " \n",
" | \n",
""
]
@@ -58,7 +58,8 @@
"\n",
"if IS_COLAB or IS_KAGGLE:\n",
" !apt update && apt install -y libpq-dev libsdl2-dev swig xorg-dev xvfb\n",
- " %pip install -q -U tf-agents pyvirtualdisplay gym[box2d,atari,accept-rom-license]\n",
+ " %pip install -q -U tf-agents pyvirtualdisplay gym[box2d,atari_py] AutoROM\n",
+ " AUTOROM_PREFIX=\"/bin\n",
"\n",
"# Common imports\n",
"import numpy as np\n",
diff --git a/18_training_and_deploying_at_scale.ipynb b/18_training_and_deploying_at_scale.ipynb
index 37c4054..3a69957 100644
--- a/18_training_and_deploying_at_scale.ipynb
+++ b/18_training_and_deploying_at_scale.ipynb
@@ -23,7 +23,7 @@
" \n",
" \n",
" \n",
- " \n",
+ " \n",
" | \n",
""
]
diff --git a/extra_support_vector_machines.ipynb b/extra_support_vector_machines.ipynb
index c11293f..97677f8 100644
--- a/extra_support_vector_machines.ipynb
+++ b/extra_support_vector_machines.ipynb
@@ -23,7 +23,7 @@
" \n",
" \n",
" \n",
- " \n",
+ " \n",
" | \n",
""
]