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

Network last layer activation function #1

Open
anugrahasinha opened this issue May 15, 2019 · 3 comments
Open

Network last layer activation function #1

anugrahasinha opened this issue May 15, 2019 · 3 comments

Comments

@anugrahasinha
Copy link
Collaborator

The final later of the network should not have an activation of softmax, ideally it should be "linear" activation as we will be measuring the action values, and not the probability of taking an action.

model.add(layers.Dense(self.num_outputs,activation='softmax'))

@johnhelt
Copy link
Owner

Ok, thanks, I will give it a check.

@anugrahasinha
Copy link
Collaborator Author

I am evaluating the code and trying to tweak a couple of things. Would it possible for you to add me as a contributor to your repo. I will create a develop branch and work in that branch.

@johnhelt
Copy link
Owner

I've added you as a collaborator. Thanks alot for your kind help!

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