stable/freqtrade/freqai/RL
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
..
__init__.py restructure RL so that user can customize environment 2022-08-24 13:00:55 +02:00
Base4ActionRLEnv.py Fix 4ac update_total_profit 2022-11-26 23:35:20 +03:00
Base5ActionRLEnv.py remove np import 2022-11-26 13:44:58 +01:00
BaseEnvironment.py Improve the RL learning process 2022-11-27 20:43:50 +01:00
BaseReinforcementLearningModel.py Fix missing Optional typehint 2022-11-26 13:32:18 +01:00