Skip to content

wandb version requirement #492

@YaroslavaMykhailenko

Description

@YaroslavaMykhailenko

Problem Description

When I run simple training of DDPG algorithm: python cleanrl/ddpg_continuous_action.py --env-id Pendulum-v1 --track --capture-video --total-timesteps 50000 with the version of

wandb from the requirement.txt (wandb==0.13.11 ; python_version >= "3.8" and python_version < "3.11") I can not see the graphics of the losses and charts in weights and biases account. But in Tensorboard everything is visible.

Checklist

Current Behavior

I can not see the graphics of the losses and charts in weights and biases account with the version of wandb from the requirement.txt (wandb==0.13.11 ; python_version >= "3.8" and python_version < "3.11")

Expected Behavior

all graphs are visible, since the code should automatically record various metrics such as actor or value losses

Possible Solution

when i install the last version of wandb - for my now is wandb (0.19.1) everything started to be visible

Steps to Reproduce

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions