AI4Finance-Foundation / FinRL

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

Error running tutorial FinRL_MultiCrypto_Trading.ipynb #655

Open PaulchauvinAI opened 2 years ago

PaulchauvinAI commented 2 years ago

Describe the bug I get the following error when I am trying to run the tutorial: AttributeError: 'AgentPPO' object has no attribute 'traj_list'.

To Reproduce Steps to reproduce the behavior:

  1. Open https://github.com/AI4Finance-Foundation/FinRL/blob/master/tutorials/3-Practical/FinRL_MultiCrypto_Trading.ipynb in Google Colab
  2. Run all the cells until the "Training" cell.
  3. Run the "Training" cell
  4. See error
duanrb commented 2 years ago

same error here

YangletLiu commented 2 years ago

Updated ElegantRL to address this issue. Hope it is fixed.

Wyccccccc commented 2 years ago

redownload ElegantRL already. Still the same error.