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
multivariate_gaussian_model is not default provided,
I can import and add to mapping as "multivariategaussianmixin": multivariate_gaussian_model
then I can change the config['model']['policy']['class'] to multivariategaussianmixin
and program can run just fine
I wonder is there anything I need to be mindful for doing this, is there some detail that should be considered ? why isn't provided as default?
similarly, for algorithms like sac, trpo, ... , can I just import the respective algorithm and add in _class_mapping?
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
-
I see that multivariate gaussian model is implemented as explained in doc
Yet in torch.Runner
multivariate_gaussian_model is not default provided,
I can import and add to mapping as
"multivariategaussianmixin": multivariate_gaussian_model
then I can change the
config['model']['policy']['class'] to multivariategaussianmixin
and program can run just fine
I wonder is there anything I need to be mindful for doing this, is there some detail that should be considered ? why isn't provided as default?
similarly, for algorithms like sac, trpo, ... , can I just import the respective algorithm and add in _class_mapping?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions