stable/freqtrade/freqai/RL
2022-08-25 19:05:51 +02:00
..
__init__.py restructure RL so that user can customize environment 2022-08-24 13:00:55 +02:00
Base3ActionRLEnv.py fix multiproc callback, add continual learning to multiproc, fix totalprofit bug in env, set eval_freq automatically, improve default reward 2022-08-25 11:46:18 +02:00
Base5ActionRLEnv.py fix multiproc callback, add continual learning to multiproc, fix totalprofit bug in env, set eval_freq automatically, improve default reward 2022-08-25 11:46:18 +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