Skip to content

Commit

Permalink
Merge pull request #9 from bryant1410/master
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
deependersingla committed Jun 25, 2017
2 parents 0fb1597 + d651771 commit 5214287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deep_thoughts.md
@@ -1,6 +1,6 @@


#Description
# Description

The purpose of this file is to keep track of why I am making changes, since I am working alone on this project. This file is also a journal for me to brain storm.
Let's start...
Expand Down Expand Up @@ -46,7 +46,7 @@ I am trying PGN model now on the stocks. The major problem here is that the rand
2. Find out which action lead to positive reinforcement in test data and train first a supervised network based on that. Use the network here then to train RL network. I have started this on development branch of project.
3. I have started training network first on supervised learning. This is actually more exciting than i thought because I can't just lablel data by seeing next price on time interval. Entire episode price after a particular time interval matters as you can hold also. I have to first write a program which will take an episode price and then will give a list of actions to take to maximize profit generation. Lets go hunting.

###PG Improving:
### PG Improving:

The idea to use use supervised network first actually worked and now PG is also generating profit on the test data. The model is not just holding stocks its improving also.

Expand Down

0 comments on commit 5214287

Please sign in to comment.