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

Normalization for gym envs #64

Closed
eric-heiden opened this issue May 16, 2018 · 2 comments
Closed

Normalization for gym envs #64

eric-heiden opened this issue May 16, 2018 · 2 comments

Comments

@eric-heiden
Copy link
Collaborator

Now that we are using OpenAI gym directly in our RL algorithms, we still need to normalize the environment (actions, observations, rewards) as in https://github.com/ryanjulian/rllab/blob/integration/rllab/envs/normalized_env.py.

So implement NormalizedEnv for gym.Env.

@jonashen
Copy link
Collaborator

jonashen commented Jun 7, 2018

PR here

@ryanjulian
Copy link
Owner

See rlworkgroup/garage#13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants