From 66f513f171c87c55d15602f438242d44a3f1d766 Mon Sep 17 00:00:00 2001 From: Xiaoxiao Yan <38023741+monicayan@users.noreply.github.com> Date: Sat, 8 Dec 2018 21:48:47 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d53f11c..b0b1cda 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Google, Inc, August 2017. Profit of $19.37. To train the model, download a training and test csv files from [Yahoo! Finance](https://ca.finance.yahoo.com/quote/%5EGSPC/history?p=%5EGSPC) into `data/` ``` -mkdir model -python train ^GSPC 10 1000 +mkdir models +python train.py ^GSPC 10 1000 ``` Then when training finishes (minimum 200 episodes for results): @@ -35,4 +35,4 @@ python evaluate.py ^GSPC_2011 model_ep1000 ## References -[Deep Q-Learning with Keras and Gym](https://keon.io/deep-q-learning/) - Q-learning overview and Agent skeleton code \ No newline at end of file +[Deep Q-Learning with Keras and Gym](https://keon.io/deep-q-learning/) - Q-learning overview and Agent skeleton code