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
hi, thank you for you job. It is very helpful and easy to understand!
But it seems there's a mistake in 'filter_env.py'
The line 'ac_f = np.clip(self.filter_action(action),self.action_space.low,self.action_space.high)'
All the actions are constrained to '-1 to 1' instead of the real inputs.
And another question is : have you ever used XX_bn as the networks ?
In my situation, the result is worse. I do not know it is normal of not .
Best
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi, thank you for you job. It is very helpful and easy to understand!
But it seems there's a mistake in 'filter_env.py'
The line 'ac_f = np.clip(self.filter_action(action),self.action_space.low,self.action_space.high)'
All the actions are constrained to '-1 to 1' instead of the real inputs.
And another question is : have you ever used XX_bn as the networks ?
In my situation, the result is worse. I do not know it is normal of not .
Best
The text was updated successfully, but these errors were encountered: