diff --git a/03_classification.ipynb b/03_classification.ipynb index 948904cd0..6c37489f6 100644 --- a/03_classification.ipynb +++ b/03_classification.ipynb @@ -18,7 +18,7 @@ " \"Open\n", " \n", " \n", - " \n", + " \n", " \n", "" ] diff --git a/04_training_linear_models.ipynb b/04_training_linear_models.ipynb index 9af188dfc..c4ec39b89 100644 --- a/04_training_linear_models.ipynb +++ b/04_training_linear_models.ipynb @@ -23,7 +23,7 @@ " \"Open\n", " \n", " \n", - " \n", + " \n", " \n", "" ] diff --git a/05_support_vector_machines.ipynb b/05_support_vector_machines.ipynb index 4195322b5..8b23ab3fe 100644 --- a/05_support_vector_machines.ipynb +++ b/05_support_vector_machines.ipynb @@ -18,7 +18,7 @@ " \"Open\n", " \n", " \n", - " \n", + " \n", " \n", "" ] diff --git a/06_decision_trees.ipynb b/06_decision_trees.ipynb index 50f15e6b7..78cb7691b 100644 --- a/06_decision_trees.ipynb +++ b/06_decision_trees.ipynb @@ -23,7 +23,7 @@ " \"Open\n", " \n", " \n", - " \n", + " \n", " \n", "" ] diff --git a/07_ensemble_learning_and_random_forests.ipynb b/07_ensemble_learning_and_random_forests.ipynb index ecfffe0ff..6aa51ad7b 100644 --- a/07_ensemble_learning_and_random_forests.ipynb +++ b/07_ensemble_learning_and_random_forests.ipynb @@ -23,7 +23,7 @@ " \"Open\n", " \n", " \n", - " \n", + " \n", " \n", "" ] diff --git a/10_neural_nets_with_keras.ipynb b/10_neural_nets_with_keras.ipynb index 3ee2ede24..6abab0a1f 100644 --- a/10_neural_nets_with_keras.ipynb +++ b/10_neural_nets_with_keras.ipynb @@ -18,7 +18,7 @@ " \"Open\n", " \n", " \n", - " \n", + " \n", " \n", "" ] diff --git a/11_training_deep_neural_networks.ipynb b/11_training_deep_neural_networks.ipynb index 0990cebb5..50b950335 100644 --- a/11_training_deep_neural_networks.ipynb +++ b/11_training_deep_neural_networks.ipynb @@ -23,7 +23,7 @@ " \"Open\n", " \n", " \n", - " \n", + " \n", " \n", "" ] diff --git a/12_custom_models_and_training_with_tensorflow.ipynb b/12_custom_models_and_training_with_tensorflow.ipynb index 1a66d5612..e789183b2 100644 --- a/12_custom_models_and_training_with_tensorflow.ipynb +++ b/12_custom_models_and_training_with_tensorflow.ipynb @@ -23,7 +23,7 @@ " \"Open\n", " \n", " \n", - " \n", + " \n", " \n", "" ] diff --git a/13_loading_and_preprocessing_data.ipynb b/13_loading_and_preprocessing_data.ipynb index e8bdcd344..4393d0804 100644 --- a/13_loading_and_preprocessing_data.ipynb +++ b/13_loading_and_preprocessing_data.ipynb @@ -18,7 +18,7 @@ " \"Open\n", " \n", " \n", - " \n", + " \n", " \n", "" ] diff --git a/16_nlp_with_rnns_and_attention.ipynb b/16_nlp_with_rnns_and_attention.ipynb index a5e8ec339..5248daa1a 100644 --- a/16_nlp_with_rnns_and_attention.ipynb +++ b/16_nlp_with_rnns_and_attention.ipynb @@ -23,7 +23,7 @@ " \"Open\n", " \n", " \n", - " \n", + " \n", " \n", "" ] diff --git a/18_reinforcement_learning.ipynb b/18_reinforcement_learning.ipynb index 5320b0179..0c2861b32 100644 --- a/18_reinforcement_learning.ipynb +++ b/18_reinforcement_learning.ipynb @@ -23,7 +23,7 @@ " \"Open\n", " \n", " \n", - " \n", + " \n", " \n", "" ] @@ -52,7 +52,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", "# Scikit-Learn ≥0.20 is required\n", "import sklearn\n", @@ -4419,5 +4420,5 @@ } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 } diff --git a/19_training_and_deploying_at_scale.ipynb b/19_training_and_deploying_at_scale.ipynb index ef370f4a7..abe78df39 100644 --- a/19_training_and_deploying_at_scale.ipynb +++ b/19_training_and_deploying_at_scale.ipynb @@ -23,7 +23,7 @@ " \"Open\n", " \n", " \n", - " \n", + " \n", " \n", "" ]