Skip to content

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

@MaxenceGiraud

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)

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