AI4Finance-Foundation / FinRL

FinRL: Financial Reinforcement Learning. 🔥
https://ai4finance.org
MIT License
9.4k stars 2.29k forks source link

fix Poetry dependency #997

Closed dancju closed 1 year ago

dancju commented 1 year ago
zhumingpassional commented 1 year ago

what is the meaning of alpaca-trade-api = "^3"?
what is the advantage of using gymnasium instead of gym?

dancju commented 1 year ago
zhumingpassional commented 1 year ago

ok. thanks very much for your codes and response.

dancju commented 1 year ago

I forgot to mention, I changed three env files because the return type for reset() and step() is changed under the new API, and we might want to update all the env classes.

zhumingpassional commented 1 year ago

yes. I see