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
When training non delta-state models, the outputs of dynamics models can take large values (way outside a unit Gaussian). In the past I have tried using output scalars to let the outputs try to learn something close to a unit Gaussian rather than variables with diverse scales.
Motivation
Is your feature request related to a problem? Please describe.
I think it would help the PR for the trajectory-based model, #158 .
Pitch
Describe the solution you'd like
I think there could be an optional output scalar that acts normally to the input one?
Are you willing to open a pull request? (See CONTRIBUTING) Sure.
Additional context
Add any other context or screenshots about the feature request here.
🚀 Feature Request
When training non delta-state models, the outputs of dynamics models can take large values (way outside a unit Gaussian). In the past I have tried using output scalars to let the outputs try to learn something close to a unit Gaussian rather than variables with diverse scales.
Motivation
Is your feature request related to a problem? Please describe.
I think it would help the PR for the trajectory-based model, #158 .
Pitch
Describe the solution you'd like
I think there could be an optional output scalar that acts normally to the input one?
Are you willing to open a pull request? (See CONTRIBUTING) Sure.
Additional context
Add any other context or screenshots about the feature request here.