From a7334464ea0cc8a8ce4399d1a1b4403638e4c338 Mon Sep 17 00:00:00 2001 From: Hyeonseo Yang Date: Tue, 14 Jan 2025 12:25:42 +0900 Subject: [PATCH] :pencil: Fix typo --- docs/03-Deep Learning.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-Deep Learning.ipynb b/docs/03-Deep Learning.ipynb index e92914e..97aff1b 100644 --- a/docs/03-Deep Learning.ipynb +++ b/docs/03-Deep Learning.ipynb @@ -73,7 +73,7 @@ "id": "0b9f2c9b-0ddc-4e07-bcd0-73b0ca876083", "metadata": {}, "source": [ - "As justified by our analysis of the reinforcement learnign for continuous control landscape (in the [paper](https://arxiv.org/abs/2306.03530)) in the beginning **RLtools** only supports fully connected neural networks. But we are planning on adding more architectures (especially recurrent neural networks) in the future.\n", + "As justified by our analysis of the reinforcement learning for continuous control landscape (in the [paper](https://arxiv.org/abs/2306.03530)) in the beginning **RLtools** only supports fully connected neural networks. But we are planning on adding more architectures (especially recurrent neural networks) in the future.\n", "\n", "We can instantiate a simple layer by first defining its hyperparameters (which are compile-time `constexpr` and types):" ]