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

Add low high attributes to Continuous Action Spaces #333

Open
kolbytn opened this issue Nov 2, 2019 · 0 comments
Open

Add low high attributes to Continuous Action Spaces #333

kolbytn opened this issue Nov 2, 2019 · 0 comments

Comments

@kolbytn
Copy link
Contributor

kolbytn commented Nov 2, 2019

Continuous action spaces should contain low and high attributes similar to those in discrete action spaces. When sampling from a continuous action space, values should be be sampled between low and high.

The C++ side clamps actions, and the holodeck client should do the same. Check the agent class definitions on the C++ repo for values.

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

1 participant