AI4Finance-Foundation / AI4Finance-Foundation/FinRL-Tutorials

Stock_NeurIPS2018_2_Train.ipynb: clarification on state space, action space

Abierto
#92 6 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Jupyter Notebook
Estrellas
1.2k
Forks
435
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Have couple of questions, should be trivial, but somehow not getting.

1. Action Space
As mentioned in the description, for a single share, action space should just be [buy, sell, hold] or {-1, 0, 1}. For multiple shares say 10, action space = {-10 ... -1, 0, 1 ... 10}
which should be equal to,
action_space = 2 * stock_dimension + 1

However, referring to env_kwargs in the workbook, "action_space": stock_dimension is being considered.
Can you please clarify ?

2. State Space
Also, can you help as to how you arrived at state_space ?
state_space = 1 + 2*stock_dimension + len(INDICATORS)*stock_dimension

I could understand state variables corresponding to - len(INDICATORS)*stock_dimension.
Why (1 + 2*stock_dimension) is being added ?

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.