Skip to content

in DDQN_torch, line 146, q_next,q_eval4next = self.forward(...), it need two return values in forward() , but the forward() return only a q. #7

@jiejiuzhang1579

Description

@jiejiuzhang1579

I think the value of the q_eval4next need a new line of code to get, could you please give a tip how to modify it ?

q_next, q_eval4next = self.forward(batch_memory[:, -self.n_features:], lstm_batch_memory[:, :, self.n_lstm_state:])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions