Skip to content

Commit

Permalink
Hide cell output of training function
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocagnetta committed Dec 13, 2023
1 parent 330f42c commit 17e95d5
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 7 deletions.
37 changes: 33 additions & 4 deletions docs/02_notebooks/L6_Trainer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,15 @@
"colab": {
"base_uri": "https://localhost:8080/"
},
"editable": true,
"id": "vcvw9J8RNtFE",
"outputId": "b483fa8b-2a57-4051-a3d0-6d8162d948c5"
"outputId": "b483fa8b-2a57-4051-a3d0-6d8162d948c5",
"slideshow": {
"slide_type": ""
},
"tags": [
"remove-output"
]
},
"outputs": [],
"source": [
Expand All @@ -200,14 +207,36 @@
" episode_per_test=10,\n",
" step_per_collect=2000,\n",
" batch_size=512,\n",
").run()\n",
").run()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"editable": true,
"jupyter": {
"outputs_hidden": false
},
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
"print(result)"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "_j3aUJZQ7nml"
"editable": true,
"id": "_j3aUJZQ7nml",
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"## Further Reading\n",
Expand Down Expand Up @@ -244,7 +273,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down
18 changes: 15 additions & 3 deletions docs/02_notebooks/L7_Experiment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,15 @@
"colab": {
"base_uri": "https://localhost:8080/"
},
"editable": true,
"id": "i45EDnpxQ8gu",
"outputId": "b1666b88-0bfa-4340-868e-58611872d988"
"outputId": "b1666b88-0bfa-4340-868e-58611872d988",
"slideshow": {
"slide_type": ""
},
"tags": [
"remove-output"
]
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -269,8 +276,13 @@
"colab": {
"base_uri": "https://localhost:8080/"
},
"editable": true,
"id": "tJCPgmiyiaaX",
"outputId": "40123ae3-3365-4782-9563-46c43812f10f"
"outputId": "40123ae3-3365-4782-9563-46c43812f10f",
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -325,7 +337,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 17e95d5

Please sign in to comment.