AI4Finance-Foundation / FinRL-Tutorials

Tutorials. Please star.
https://ai4finance.org
MIT License
748 stars 324 forks source link

Error while importing libraries in Optuna Basic tutorial #88

Open arun-dezerv opened 1 month ago

arun-dezerv commented 1 month ago

https://github.com/AI4Finance-Foundation/FinRL-Tutorials/blob/master/4-Optimization/FinRL_HyperparameterTuning_using_Optuna_basic.ipynb

I am getting the following error while recreating the above notebook

ModuleNotFoundError Traceback (most recent call last) in <cell line: 21>() 19 # !pip install ray==1.13.0 20 import ray ---> 21 from finrl.agents.rllib.models import DRLAgent as DRLAgent_rllib 22 from finrl.meta.data_processor import DataProcessor 23 import joblib

/usr/local/lib/python3.10/dist-packages/finrl/agents/rllib/models.py in 3 4 import ray ----> 5 from ray.rllib.algorithms.a2c import a2c 6 from ray.rllib.algorithms.ddpg import ddpg 7 from ray.rllib.algorithms.ppo import ppo

ModuleNotFoundError: No module named 'ray.rllib.algorithms.a2c'

Please help

arunbharadwaj2009 commented 1 month ago

I am using Google Colab to run the above code

zhumingpassional commented 1 month ago

rllib may be updated. I am not sure. pls refer to the tutorials of rllib.