Skip to content
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

fix(integrations): update gym integration to match last version #4571

Merged
merged 7 commits into from Dec 5, 2022

Conversation

dmitryduev
Copy link
Member

@dmitryduev dmitryduev commented Dec 5, 2022

Fixes WB-11069
Fixes #4305

Description

This is a port of #4363 with added handling of older gym versions.

Testing

How was this PR tested?

Checklist

  • Include reference to internal ticket "Fixes WB-NNNN" and/or GitHub issue "Fixes #NNNN" (if applicable)
  • Ensure PR title compliance with the conventional commits standards

@github-actions github-actions bot added the cc-fix label Dec 5, 2022
@dmitryduev dmitryduev added this to the sdk-2022-12.1 milestone Dec 5, 2022
@dmitryduev dmitryduev requested a review from a team December 5, 2022 08:29
@github-actions github-actions bot added cc-fix and removed cc-fix labels Dec 5, 2022
wandb.log({key: wandb.Video(self.output_path)})
wandb.log({key: wandb.Video(getattr(self, path))})

def del_(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's verify this del_ behavior. other than that looks great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CLI]: Integration with OpenAI gym is broken due to missing ImageEncoder in the most recent gym version
3 participants