-
Notifications
You must be signed in to change notification settings - Fork 739
Update wandb to 0.13.11 #385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update wandb to 0.13.11 #385
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
cleanrl/ppo_continuous_action.py
Outdated
envs.close() | ||
|
||
video_filenames = set() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be at the beginning of the training loop
@vwxyzjn I realised that the easier solution is to update wandb to 0.13.11 with wandb/wandb#5008 to support gymnasium rather than adding the code to each of the implementations |
It probably won’t work because we have both gymnasium and gym installed. |
In fact, our code is already using wandb==0.13.11, we need to update it officially in the Line 137 in e19f858
Current However, the current part of the code that uses gym may have bugs due to wandb updates, which may be fixed by setting |
@sdpkjc thanks for the comment. @pseudo-rnd-thoughts I see what’s the issue. Currently, because wandb version in the lock file is already 0.13.11 and its However, Let's just ignore the capture video problem in |
# Conflicts: # cleanrl/ppo_continuous_action_isaacgym/isaacgym/pyproject.toml # poetry.lock
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also LGTM. Feel free to merge after #386. Thanks so much @pseudo-rnd-thoughts
# Conflicts: # cleanrl/ppo_continuous_action_isaacgym/isaacgym/pyproject.toml # poetry.lock # requirements/requirements-atari.txt # requirements/requirements-cloud.txt # requirements/requirements-dm_control.txt # requirements/requirements-docs.txt # requirements/requirements-envpool.txt # requirements/requirements-jax.txt # requirements/requirements-mujoco.txt # requirements/requirements-mujoco_py.txt # requirements/requirements-optuna.txt # requirements/requirements-pettingzoo.txt # requirements/requirements-procgen.txt # requirements/requirements.txt
Description
The indention of following code is inconsistent between files, I am assuming that
ddpg_contiuous_action
is correct and a fixing these but it might be the other way aroundTypes of changes
Checklist:
pre-commit run --all-files
passes (required).mkdocs serve
.If you need to run benchmark experiments for a performance-impacting changes:
--capture-video
.python -m openrlbenchmark.rlops
.python -m openrlbenchmark.rlops
utility to the documentation.python -m openrlbenchmark.rlops ....your_args... --report
, to the documentation.