limaries30

Results 3 issues of limaries30

Hi, when I run multiple experiments under same setting, is there any way to plot the mean curve and confidence interval? (e.g., mean and 95% Confidence interval of loss plot)...

self.partial_grad(inputs, labels, loss_function).data[0] causes error. So I changed it to self.partial_grad(inputs, labels, loss_function).item()

Is the library changed to RLGlue not RlGlue? In RLGlue I think there are some changes and the code doesn't work. I get error like ``` TypeError: 'RlGlueCompatWrapper' object is...