Skip to content

Commit

Permalink
Merge trade stats
Browse files Browse the repository at this point in the history
  • Loading branch information
notadamking committed Jul 10, 2019
2 parents a351a7d + f472f47 commit d05be08
Show file tree
Hide file tree
Showing 9 changed files with 74,868 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ def run_optimize(args, logger):
if args.command == 'train':
trader.train(n_epochs=args.epochs)
elif args.command == 'test':
trader.test(model_epoch=args.model_epoch, should_render=args.no_render)
trader.test(model_epoch=args.model_epoch, should_render=args.no_render, render_tearsheet=args.no_tearsheet)
elif args.command == 'update-static-data':
download_data_async()
Binary file added data/.DS_Store
Binary file not shown.
Loading

0 comments on commit d05be08

Please sign in to comment.