From 16057da6cc5f7c418df8c521a7d6dc11f1271267 Mon Sep 17 00:00:00 2001 From: escanoro <128816061+escanoro@users.noreply.github.com> Date: Sun, 26 Mar 2023 14:09:41 +0200 Subject: [PATCH] typo: above should be below --- docs/freqai-reinforcement-learning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/freqai-reinforcement-learning.md b/docs/freqai-reinforcement-learning.md index ed6a41825..f5679a4ba 100644 --- a/docs/freqai-reinforcement-learning.md +++ b/docs/freqai-reinforcement-learning.md @@ -55,7 +55,7 @@ where `ReinforcementLearner` will use the templated `ReinforcementLearner` from dataframe["&-action"] = 0 ``` -Most of the function remains the same as for typical Regressors, however, the function above shows how the strategy must pass the raw price data to the agent so that it has access to raw OHLCV in the training environment: +Most of the function remains the same as for typical Regressors, however, the function below shows how the strategy must pass the raw price data to the agent so that it has access to raw OHLCV in the training environment: ```python def feature_engineering_standard(self, dataframe, **kwargs):