Olivier222 / Market-predictor

0 stars 0 forks source link

Open AI Gym environment #10

Open Olivier222 opened 4 years ago

Olivier222 commented 4 years ago

Could extend this openAI gym environment -> https://awesomeopensource.com/project/AminHP/gym-anytrading

State Space: (price, number of shares, cash).

Portfolio value = price*n_shares + cash = reward.

Observation space: Three vectors (v1, v2, v3) that represent features extracted from raw data feature extractors (i.e. financial news articles, stock price history, financial fundamentals).

Action space: