AI4Finance-Foundation / AI4Finance-Foundation/FinRL-Tutorials

Error while importing libraries in Optuna Basic tutorial

Offen
#88 2 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Jupyter Notebook
Sterne
1.2k
Forks
435
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.