Finish experiment 1 and start with Q trader

This commit is contained in:
2020-11-05 14:34:48 -05:00
parent 5fbbc26929
commit 889bcf68ca
4 changed files with 139 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
from experiment1 import experiment1
if __name__ == "__main__":
experiment1(create_report=True)