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

Reorganize config to use dataclasses + do automatic parsing using Hydra #875

Open
cgokmen opened this issue Sep 9, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@cgokmen
Copy link
Contributor

cgokmen commented Sep 9, 2024

Right now it is very difficult to follow configs: what are the defaults? What are the possible values? Lots of kwargs passing around happening etc. - we want to change this by creating explicit config classes and storing and passing those, like what Isaac Lab does. We also want to use a clever config loading mechanism like Hydra to void the difficulty of serialization.

@cgokmen cgokmen added the enhancement New feature or request label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant