Ask Your Question
4

What is the expected shape for the Keras DQNAgent model?

asked 2023-05-15 09:57:21 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-15 10:15:02 +0000

woof gravatar image

The expected shape for the Keras DQNAgent model is a 2D convolutional neural network or a fully connected neural network. It can have one or multiple hidden layers depending on the complexity of the task being solved. The input shape of the model should match the input shape of the environment state. The output shape of the model should match the action space of the environment.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-15 09:57:21 +0000

Seen: 19 times

Last updated: May 15 '23