Stars
22
Forks
7
Watchers
22
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
80
commits
Remove UI part of the code for the upload of the repo to Github.com (may add it back later on)
6ed4712View on GitHubFixed some pathing issues via os.path.join + separate eval_rolling_window() function
d4236feView on GitHubUnnecessary ValueError, if we are done with an Episode, we don't care that the next state will be wrong.
f5597e2View on GitHubRefactoring the train_appo/ppo.py files so they look a bit more similar, improvement of the evaluate graphs + recordkeeping of results
a0ff6c4View on GitHubOld code cleanup + refactor of the filenames of the limit_orders setup.
0842d1dView on GitHubImplemented iterative training with the APPO + Improvements to visualizations (addition of speed of execution calculation)
815b82eView on GitHubSolved the bug with the training ending, the # of iterations is kept across sessions if a checkpoint is restored.
359552bView on GitHubAdded lines to restore the best checkpoint from the earliest session run in the iterative training
9e0f32cView on GitHubImplemented a carry out a rolling-window training-evaluation experiment over a given time period
0c275b2View on GitHubChanges to accommodate %Y-%M-%D info into all timestamps and be able to train over different days all at once.
123ba9fView on GitHub