kh-kim / stock_market_reinforcement_learning

This project provides a stock market environment using OpenGym with Deep Q-learning and Policy Gradient.
790 stars 321 forks source link

Network structure #4

Open JKyang09 opened 7 years ago

JKyang09 commented 7 years ago

Thanks for sharing your work, I have a question about the network structure. At the end of the line 22,24,26,28, in file "market_model_builder.py" Should the " (S) " change to " (h) ", or this is the parallel network structure?