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 different deep Q models #257

Open
wsun899 opened this issue Nov 24, 2019 · 2 comments
Open

How to implement different deep Q models #257

wsun899 opened this issue Nov 24, 2019 · 2 comments

Comments

@wsun899
Copy link

wsun899 commented 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

@wsun899 wsun899 changed the title How to How to implement different deep Q models Nov 24, 2019
@sguada
Copy link
Member

sguada commented Nov 25, 2019

@wsun899
Copy link
Author

wsun899 commented Nov 26, 2019

Thanks a lot, Sguada!

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

2 participants