stable/freqtrade/freqai
richardjozsa 926f870fb5 Improve the training by randomly setting the starting point
This is an improvement for all kind of RL stuff, the starting point sets in the first third of the data which ensures that the model not only optimizes the policy or Q values to the choosen timerange.
2022-11-15 00:16:04 +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 fix docstrings 2022-11-13 17:43:52 +01:00
RL Improve the training by randomly setting the starting point 2022-11-15 00:16:04 +01:00
__init__.py Convert freqAI into packages 2022-07-24 17:07:45 +02:00
data_drawer.py ensure model_type is defined 2022-11-13 18:50:25 +01:00
data_kitchen.py merge develop into feat/freqai-rl-dev 2022-11-12 10:54:34 +01:00
freqai_interface.py remove more user references. cleanup dataprovider 2022-11-13 17:06:06 +01:00
utils.py Fix some minor typos 2022-11-07 18:35:28 +00:00