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 more action spaces #98

Open
2 tasks
slinlee opened this issue Jun 30, 2021 · 1 comment
Open
2 tasks

Support more action spaces #98

slinlee opened this issue Jun 30, 2021 · 1 comment

Comments

@slinlee
Copy link
Contributor

slinlee commented Jun 30, 2021

As part of the work to integrate with the webapp, I effectively hard-coded the policy server to be discrete+tuple actions.

We should confirm our policy server supports the types of action spaces described here: https://help.pathmind.com/en/articles/5149766-framing-action-spaces

@maxpumperla
Copy link
Contributor

@slinlee continuous actions are already supported, simply set discrete: False. But I guess you mean more generally "support all sorts of stuff". In that case, I think we can pull that off.

Remember in v1 of policy server we had more sophisticated ways of describing both inputs and outputs, and slimmed things down a bit. maybe time to increase complexity again.

@slinlee slinlee changed the title Support continuous actions Support more action spaces Aug 13, 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

No branches or pull requests

2 participants