AI4Finance-Foundation / FinRL

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

Update env_stocktrading.py #1207

Closed Opty0602 closed 2 months ago

Opty0602 commented 2 months ago

update made to address unique() problem occurring after slicing the dataframe into single row tuple which makes each column as Series object and series objects dont have unique() attrib