Skip to content

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

Description

@KarthickKrishnasaisha

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions