AI4Finance-Foundation / AI4Finance-Foundation/FinRL-Tutorials

Error while importing libraries in Optuna Basic tutorial

Open
#88 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
1.2k
Forks
435
PR merge metrics
No merged PRs in 30d

Description

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)
[](https://localhost:8080/#) in ()
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](https://localhost:8080/#) 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.