AI4Finance-Foundation / AI4Finance-Foundation/FinRL-Tutorials

Error while importing libraries in Optuna Basic tutorial

未關閉
#88 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Jupyter Notebook
星號
1.2k
分支
435
PR 合併指標
30 天內沒有已合併 PR

描述

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

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。