From e5fc21f577285f0f168467b4b5ea27765d656313 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 23 Nov 2022 20:59:45 +0100 Subject: [PATCH] Fix broken table rendering --- docs/freqai-parameter-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/freqai-parameter-table.md b/docs/freqai-parameter-table.md index be306fd71..9e16aec8f 100644 --- a/docs/freqai-parameter-table.md +++ b/docs/freqai-parameter-table.md @@ -48,7 +48,7 @@ Mandatory parameters are marked as **Required** and have to be set in one of the | `n_estimators` | The number of boosted trees to fit in the training of the model.
**Datatype:** Integer. | `learning_rate` | Boosting learning rate during training of the model.
**Datatype:** Float. | `n_jobs`, `thread_count`, `task_type` | Set the number of threads for parallel processing and the `task_type` (`gpu` or `cpu`). Different model libraries use different parameter names.
**Datatype:** Float. -| | *Reinforcement Learning Parameters** +| | **Reinforcement Learning Parameters** | `rl_config` | A dictionary containing the control parameters for a Reinforcement Learning model.
**Datatype:** Dictionary. | `train_cycles` | Training time steps will be set based on the `train_cycles * number of training data points.
**Datatype:** Integer. | `cpu_count` | Number of processors to dedicate to the Reinforcement Learning training process.
**Datatype:** int.