Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make RandomizedEnv serializable #5

Open
ghost opened this issue Dec 21, 2018 · 0 comments
Open

Make RandomizedEnv serializable #5

ghost opened this issue Dec 21, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 21, 2018

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.

@ryanjulian ryanjulian transferred this issue from rlworkgroup/garage Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants