Open zhangm269 opened 8 months ago
Describe the bug frap agent file has a bug
To Reproduce Steps to reproduce the behavior:
Expected behavior The expression i: i+demandshape in this code is incorrect when the demandshape is not 1. it should be written as _demand = states[:, i self.demand_shape:(i + 1) self.demandshape]
@ShawLen Please take a look
Describe the bug frap agent file has a bug
To Reproduce Steps to reproduce the behavior:
Expected behavior The expression i: i+demandshape in this code is incorrect when the demandshape is not 1. it should be written as _demand = states[:, i self.demand_shape:(i + 1) self.demandshape]