#2442: Markdown changes.

This commit is contained in:
Nick Todd
2024-05-02 16:32:54 +01:00
parent a37ed4e487
commit 7c689a0d35

View File

@@ -17,13 +17,6 @@
"#!primaite setup"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Set up training data."
]
},
{
"cell_type": "markdown",
"metadata": {},
@@ -64,6 +57,13 @@
" cfg = yaml.safe_load(f)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Set up training data."
]
},
{
"cell_type": "code",
"execution_count": null,
@@ -78,6 +78,13 @@
"LEARNING_RATE = 3e-4\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Define an environment function."
]
},
{
"cell_type": "code",
"execution_count": null,
@@ -108,6 +115,13 @@
" return _init\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Run experiment."
]
},
{
"cell_type": "code",
"execution_count": null,
@@ -135,7 +149,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.10.11"
}
},
"nbformat": 4,