You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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 ofwandb 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
poetry install
(see CleanRL's installation guideline. (i did using pip and virtual env)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 lossesPossible Solution
when i install the last version of wandb - for my now is wandb (0.19.1) everything started to be visibleSteps to Reproduce
The text was updated successfully, but these errors were encountered: