We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
NormalizedEnv
gym.Env
The text was updated successfully, but these errors were encountered:
PR here
Sorry, something went wrong.
See rlworkgroup/garage#13
jonashen
No branches or pull requests
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
forgym.Env
.The text was updated successfully, but these errors were encountered: