You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: