AI4Finance-Foundation / AI4Finance-Foundation/FinRL

DDPG / off-policy algorithms fail due to rollout_buffer logging in FinRL 0.3.8

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

描述

I encountered a logging error when training off-policy algorithms (DDPG, TD3, SAC) in FinRL 0.3.8.

Root cause:
FinRL logging assumes the presence of `rollout_buffer`, which only exists for on-policy algorithms (A2C, PPO). Off-policy algorithms use `replay_buffer`, so the callback raises a logging error during training.

This does not break training itself, but breaks logging / TensorBoard

Image

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

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

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