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

Make a proper connection between Observation/Action, and gym spaces #13

Open
RedTachyon opened this issue Oct 27, 2021 · 0 comments
Open
Labels
before publishing This should be fixed before publishing the project

Comments

@RedTachyon
Copy link
Owner

Right now, there is a vague connection between (Box(...) and Action(continuous=...)), and between (Discrete(...) and Action(discrete=...))

In principle, all of these can support Dict action/observation spaces, but I don't want to lose static typing of obs.vector, action.continuous etc.

@RedTachyon RedTachyon added the before publishing This should be fixed before publishing the project label Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
before publishing This should be fixed before publishing the project
Projects
None yet
Development

No branches or pull requests

1 participant