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

Bug Fix & Distributed Training Improvement #143

Merged
merged 33 commits into from
Jul 8, 2024

Conversation

ZaberKo
Copy link
Contributor

@ZaberKo ZaberKo commented Jun 17, 2024

Description

This PR includes these modifications:

  • Fix bug in brax.
  • orbax support for state save&load.
  • Unified field method in dataclass.
  • State usage improvement.
  • New Distributed API

Backward Compatibility Break:

  • workflow.step(state) -> (train_info, state)
  • New state|stateful dataclass API with pytree_field()

Checklist

  • I have formatted my Python code with black.
  • I have good commit messages.
  • If adding new algorithms, problems, operators:
    • Added related test cases.
    • Added docstring to explain important parameters.
    • Added entries in the docs.

@ZaberKo ZaberKo changed the title Bug Fix & Distributed Training Improvement (WIP) Bug Fix & Distributed Training Improvement Jun 25, 2024
@BillHuang2001 BillHuang2001 merged commit de6956e into EMI-Group:main Jul 8, 2024
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.

2 participants