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

Multiple fixes and QoL changes #161

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Conversation

sai-prasanna
Copy link

Sequence of commits with multiple QoL changes

  1. Made it pip installable again. I had to move embodied back into dreamerv3 to keep the package integrity.
  2. Allow options for wandb logger
  3. Make the project compatible with latest gym and gymansium
  4. Bug fix in config class where read won't work
  5. Fix jax.jit=False, the current agent doesn't work when jit is off because we try to lower/compile few methods even when jit is off.
  6. Allow passing extra args to environment. This is helpful for custom environments which is loaded using gymnasium or gym wrappers.
  7. Allow logging based on steps instead of seconds
  8. Allow saving intermediate checkpoints
  9. Fix bug in using carry_report

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

Successfully merging this pull request may close these issues.

1 participant