x-mug

Results 2 issues of x-mug

**Describe the bug** the buffer sensor's observation spec is newed in this way: ` m_ObservationSpec = ObservationSpec.VariableLength(m_MaxNumObs, m_ObsSize);` but the function is this `public static ObservationSpec VariableLength(int obsSize, int maxNumObs)`...

bug

grid sensor and all PNG compression used will face this bug when channel number is larger than 3 && used stacking observation (stack > 1) ### Proposed change(s) Describe the...