We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I am using Google Colab to run the above code
Sorry, something went wrong.
rllib may be updated. I am not sure. pls refer to the tutorials of rllib.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: