Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
396 views
in Technique[技术] by (71.8m points)

reinforcement learning - DQN in huge state-space

I have a problem in which I have 240 input state vectors (10-bit each), two action sets, one with four possible action vectors (24-bit each) and other with 10 -bit vector (one-hot encoded).

These action vectors are independent of the state. The rule is to pick the best actions one from each set in order to achieve the optimization goal.

Do you think the state-space or action-space is so huge? DQN works well in that situation well?

Can I also use the possible action-set as an input to DQN and get best possible action?

I would be happy if someone guides me with this!

Thanks and best regards, Ammad Ali

question from:https://stackoverflow.com/questions/66045554/dqn-in-huge-state-space

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...