-
Notifications
You must be signed in to change notification settings - Fork 809
Open
Description
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
- I have installed dependencies via
poetry install
(see CleanRL's installation guideline. (i did using pip and virtual env) - I have checked that there is no similar issue in the repo.
- I have checked the documentation site and found not relevant information in GitHub issues.
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
Metadata
Metadata
Assignees
Labels
No labels