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

Implement more options for actions in the neural nets (one hots, outputs) #73

Open
sofian opened this issue Jul 12, 2014 · 0 comments
Open

Comments

@sofian
Copy link
Owner

sofian commented Jul 12, 2014

Right now the neural network used for the Q(s,a) function always represents actions the same way: one graded input per action dim. We should add the following options:

  • treat each action as a separate output
  • each action as a "one hot" input
  • some action types as "one hot" and others as graded
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

1 participant