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
Currently the RandomizedEnv class implements the fluent interface pattern to specify how to randomize the dynamic attributes in a model, however, this breaks the current way we're serializing objects in garage using the Serializable class.
Replace the fluent interface with regular parameters in the constructor of the RandomizedEnv class.
Make sure to update the corresponding test to check the round trip serialization using this function.
The text was updated successfully, but these errors were encountered:
Currently the RandomizedEnv class implements the fluent interface pattern to specify how to randomize the dynamic attributes in a model, however, this breaks the current way we're serializing objects in garage using the Serializable class.
Replace the fluent interface with regular parameters in the constructor of the RandomizedEnv class.
Make sure to update the corresponding test to check the round trip serialization using this function.
The text was updated successfully, but these errors were encountered: