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 #13

Closed
ryanjulian opened this issue Jun 11, 2018 · 0 comments
Closed

Normalization for gym envs #13

ryanjulian opened this issue Jun 11, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ryanjulian
Copy link
Member

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.

Imported from ryanjulian/rllab#64

@ryanjulian ryanjulian added feature API API changes which require a broad refactor labels Jun 11, 2018
@ryanjulian ryanjulian added this to the Week of June 11th milestone Jun 12, 2018
@ryanjulian ryanjulian added bug Something isn't working and removed API API changes which require a broad refactor feature labels Jun 14, 2018
@jonashen jonashen assigned zhanpenghe and unassigned jonashen Jun 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants