stable/freqtrade/freqai
richardjozsa 64d4a52a56 Improve the RL learning process
Improve the RL learning process by selecting random start point for the agent, it can help to block the agent to only learn on the selected period of time, while improving the quality of the model.
2022-11-27 20:43:50 +01:00
..
base_models simplified predict and predict_proba using super(). Added duplicate class label check. 2022-10-30 09:48:30 +00:00
prediction_models ensure typing, remove unsued code 2022-11-26 12:11:59 +01:00
RL Improve the RL learning process 2022-11-27 20:43:50 +01:00
__init__.py Convert freqAI into packages 2022-07-24 17:07:45 +02:00
data_drawer.py use importlib instead of __import___ 2022-11-24 19:04:35 +01:00
data_kitchen.py merge develop into RL 2022-11-17 21:59:07 +01:00
freqai_interface.py Merge pull request #7289 from freqtrade/feat/freqai-rl-dev 2022-11-27 17:15:21 +01:00
utils.py Simplify timerange handling 2022-11-10 18:28:18 +01:00