-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Proposal
Orbit has already made thoughtful design decisions that support really nice UX/UI paradigms for configuration management. Showing a few use-cases of how this might be done would be beneficial for the community as it can be difficult to decide "how to start". We would like to have one or two best-practices examples that fully leverage configuration via dataclasses
. Preferably, one which makes no commitment to configuration framework, and one which demonstrates a a few tweaks that can allow Hydra to be used at its most powerful capacity.
Pitch
We'll provide an example that shows how to set up an environment(robot / scene), RL algorithm, and training script and configure all of this via dataclasses.
We'll then show how to extend this configuration paradigm via some key features of Hydra.
Alternatives
We can also look into what benefits other configuration frameworks have (one such being tyro), as long as they use dataclasses
as the principle data structure.
Additional context
#57 and #67 is a related issue/PR pair, and it is a good start! We will build on this and provide more use-cases that leverage Hydra and are clean / easy to understand. See some of the previous discussion in #67 .
Checklist
- I have checked that there is no similar issue in the repo (required)