Working on A3C deep reinforcement learning.
Since I am too lazy to modify the last layer of my NN to softmax,
I use a softmax filter to let the linear layer directly target
the softmax output.
The algorithm works in my test cases for now.
But it might go wrong when the reward is on a different scale.
Can anyone help me to check if my implementation is correct?
https://goo.gl/FV8sFu