Releases: renero/trader
Releases · renero/trader
v0.2.7
0.2.6
0.2.5
v0.2.2
0.2.1
Changelog
- Bump tensorflow from 1.14 to 1.15.2
- Added a notebook w median filter
- Output flag explicitly assumes save flag
- Refactorings in reward and positions.py
- Simplifications and added reward condition
- Added balance to final results table.
- Relaxed prediction when random number < random_prob
- Fastest onehot encoder, and tests
- Various bug Fixes
- Reduced size fo plot to fit in my laptop screen
- New onehot encoder with 0,1 states in rl_nn.py
- Added tests to states_combiner.py
- Fixes to display.py
- Onehot refactored, more efficiently
- Added params file for 0.2
- Removed hard stop
- Optimizations for getattr, creating a dict at init
- Removed dead code
- More states added for gain, and konkorde
- Added arg and fixed scaler
- Moved YAML to config dir, and fixed totals display
- Removed printout
- Portfolio simplified and stable
- Updated debug from positions.py
- Formal equations in share module now OK
- New Classes for positions and shares (incl. tests)
- Scaler reworked
- Scaler for forecast saved when training and loaded otherwise