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

Implement observation and reward scaling wrappers #28

Closed
arnupretorius opened this issue Apr 12, 2021 · 2 comments · Fixed by #94
Closed

Implement observation and reward scaling wrappers #28

arnupretorius opened this issue Apr 12, 2021 · 2 comments · Fixed by #94
Assignees

Comments

@arnupretorius
Copy link
Collaborator

Best practice advice:

  • Make sure everything is reasonably scaled.

Rule of thumb:

  • Observations: Make everything mean 0, standard deviation 1.
  • Reward: If you control it, then scale it to a reasonable value.
  • Do it across ALL your data so far.
  • Look at all observations and rewards and make sure there aren't crazy outliers
@arnupretorius arnupretorius self-assigned this Apr 12, 2021
@KaleabTessera
Copy link
Contributor

Currently investigating if we can just use PZ observation and reward scaling wrappers.

KaleabTessera pushed a commit that referenced this issue May 17, 2021
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

Successfully merging a pull request may close this issue.

2 participants