This website requires JavaScript.
Explore
Help
Sign In
adelorenzo
/
stable
Watch
1
Star
0
Fork
0
You've already forked stable
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
8c313b431d9c1094e588acf179152a944ca84de0
stable
/
freqtrade
/
freqai
/
RL
History
robcaulk
baa4f8e3d0
remove Base3ActionEnv in favor of Base4Action
2022-08-26 11:04:25 +02:00
..
__init__.py
restructure RL so that user can customize environment
2022-08-24 13:00:55 +02:00
Base4ActionRLEnv.py
Added Base4Action
2022-08-26 11:04:25 +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