Skip to content

[BUG] Deep Q Learning does not take into account ending env  #5

Description

@MaxenceGiraud

Lines to modify :

# Loss function / forward pass
targets = np.repeat(targets.reshape(-1,1),values.shape[1],axis=1)
loss = self.nn.forward(np.array(states), targets)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions