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
d31926efdf9d3eafea87aa3b334de4d389c7308f
stable
/
freqtrade
/
freqai
/
RL
History
richardjozsa
d31926efdf
Added 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
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
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