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
The input of the current implementation of deep Q model in the tf-agents is observation and its output is the Q values of its possible actions. I need a different structure of deep Q model: Input: observation + action, and output: the Q value of the action. I am just wondering if there are any examples or suggestions for quick implementation on the framework. Thanks,
WP
The text was updated successfully, but these errors were encountered:
wsun899
changed the title
How to
How to implement different deep Q models
Nov 24, 2019
The input of the current implementation of deep Q model in the tf-agents is observation and its output is the Q values of its possible actions. I need a different structure of deep Q model: Input: observation + action, and output: the Q value of the action. I am just wondering if there are any examples or suggestions for quick implementation on the framework. Thanks,
WP
The text was updated successfully, but these errors were encountered: