Adrian Sieradzki

Results 5 issues of Adrian Sieradzki

I tried to implement my own module and when attempting to read training property I get access violation error from torchsharp ```cs public virtual bool training { get { bool...

RLMatrix.Toolkit will generate invalid code if ```[RLMatrixEnvironment]``` is used for a class without a declared namespace.

When attempting to edit a message that is a reply I get error "Can only edit messages of type Default" Is this the limitation of the wrapper? because for sure...

RLMatrix.Toolkit pooling implementation produces inconsistent observation shapes Edited code to throw exception and warn users. Its a TODO right now.