Vachan D A

Results 1 comments of Vachan D A

After some searching, I found the issue in the function [compute_q_values](https://github.com/keras-rl/keras-rl/blob/216c3145f3dc4d17877be26ca2185ce7db462bad/rl/agents/dqn.py#L68) In the function, the state value is being forcefully put in another array. ``` def compute_q_values(self, state): q_values =...