stable/freqtrade/freqai/RL
stm 51d21b413d
Fix 4ac update_total_profit
_update_total_profit() must be executed before "self._position = Positions.Neutral" because _update_total_profit() calls get_unrealized_profit(), which returns 0 if position is neutral and total_profit is not updated
2022-11-26 23:35:20 +03: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 typehints / reduce warnings from mypy 2022-11-26 13:03:07 +01:00
BaseReinforcementLearningModel.py Fix missing Optional typehint 2022-11-26 13:32:18 +01:00
__init__.py restructure RL so that user can customize environment 2022-08-24 13:00:55 +02:00