You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dataclasses from Python are great but have their limitations. We made our own decorator around dataclass for our usage. This makes it easier to do config management. Since this concept is generally useful, we should move it to its own PyPI package. Doing this allows us to use it in other dependencies such as rsl-rl.
Checklist
I have checked that there is no similar issue in the repo (required)
Acceptance Criteria
Take configclass out of orbit.utils and make a separate repo that publishes to PyPI
This discussion was converted from issue #245 on October 02, 2024 08:40.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Proposal
Dataclasses from Python are great but have their limitations. We made our own decorator around dataclass for our usage. This makes it easier to do config management. Since this concept is generally useful, we should move it to its own PyPI package. Doing this allows us to use it in other dependencies such as
rsl-rl
.Checklist
Acceptance Criteria
configclass
out oforbit.utils
and make a separate repo that publishes to PyPIBeta Was this translation helpful? Give feedback.
All reactions