stable/freqtrade/freqai/RL
richardjozsa ad56c45ecd Add total profit to the monitor file and add monitor for the trainingf
This can help for beginners to see what is happening inside of the training, and helps them understand how much profit of their agent did under the period of training and eval.
2022-11-15 10:43:28 +01:00
..
__init__.py restructure RL so that user can customize environment 2022-08-24 13:00:55 +02:00
Base4ActionRLEnv.py switch to using FT calc_profi_pct, reverse entry/exit fees 2022-11-13 13:41:17 +01:00
Base5ActionRLEnv.py add test coverage, fix bug in base environment. Ensure proper fee is used. 2022-11-13 15:31:37 +01:00
BaseEnvironment.py Improve the training by randomly setting the starting point 2022-11-15 00:16:04 +01:00
BaseReinforcementLearningModel.py Add total profit to the monitor file and add monitor for the trainingf 2022-11-15 10:43:28 +01:00