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

How to implement on Discrete action space with size of 2^N #32

Open
PKUTAN opened this issue Oct 23, 2023 · 0 comments
Open

How to implement on Discrete action space with size of 2^N #32

PKUTAN opened this issue Oct 23, 2023 · 0 comments

Comments

@PKUTAN
Copy link

PKUTAN commented Oct 23, 2023

Nice to meet you author!

Can I ask you a question of implementing Discrete SAC on large action space with size of 2^N?

To be specific, I have N locations , and for each step, agent output V which is a N*1 binary vector. if V[i] = 1 means that we choose location i and V[i] = 0 means we do not choose location i.

How can I implement this situation to your discrete SAC?

Thanks for your answering!

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

1 participant