AI4Finance-Foundation / AI4Finance-Foundation/ElegantRL
traj_list is wrong in demo_FinRL_ElegantRL_China_A_shares
Abierto
bug
- Lenguaje dominante
- Python
- Estrellas
- 4.4k
- Forks
- 978
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
`traj_list = [map(list, zip(*traj_list))]` should be changed into `traj_list = list(zip(*traj_list))`
and
`cur_items = [map(list, zip(*traj_list))]` should be changed into `cur_items = list(zip(*traj_list))`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.