stable/freqtrade/freqai/RL
richardjozsa 5ccd80eda6 Conception problem with the unrealized profit
I think here is a conception problem with the total profit, if we *= it with the last PnL it means we assume that the last profit effects on this one. In real life it depends on the user eg stake amount can be unlimited.
However the agent will learn better and more if we just add it with +=.
2022-08-27 00:49:48 +02:00
..
__init__.py restructure RL so that user can customize environment 2022-08-24 13:00:55 +02:00
Base4ActionRLEnv.py Conception problem with the unrealized profit 2022-08-27 00:49:48 +02:00
Base5ActionRLEnv.py Conception problem with the unrealized profit 2022-08-27 00:49:48 +02:00
BaseReinforcementLearningModel.py reduce code for base use-case, ensure multiproc inherits custom env, add ability to limit ram use. 2022-08-25 19:05:51 +02:00
ReinforcementLearnerCustomAgent.py add continual retraining feature, handly mypy typing reqs, improve docstrings 2022-08-24 13:00:55 +02:00