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

Support dict observation spaces in highlevel api #1152

Open
MischaPanch opened this issue May 24, 2024 · 0 comments
Open

Support dict observation spaces in highlevel api #1152

MischaPanch opened this issue May 24, 2024 · 0 comments
Assignees
Labels
enhancement Feature that is not a new algorithm or an algorithm enhancement refactoring No change to functionality

Comments

@MischaPanch
Copy link
Collaborator

MischaPanch commented May 24, 2024

Almost everything works out of the box except the fixed TObservationShape which currently only supports int | Sequence[int]

Since dict observations can contain any kind of things, we might want to start supporting them in a not fully generic way. However, the Environments interface and related ones might need to become generic.

We should also include examples on how to write policies for dict observations

@MischaPanch MischaPanch added enhancement Feature that is not a new algorithm or an algorithm enhancement refactoring No change to functionality labels May 24, 2024
@MischaPanch MischaPanch self-assigned this May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature that is not a new algorithm or an algorithm enhancement refactoring No change to functionality
Projects
None yet
Development

No branches or pull requests

1 participant