rubenrtorrado/GVGAI_GYM

Possibly Wrong value passed

Opened this issue · 0 comments

in ClientCommGym.py
self.sso.observationGrid = [[[None for j in range(self.sso.observationGridMaxCol)]
for i in range(self.sso.observationGridMaxRow)]
for k in range(self.sso.observationGridNum)]
print("OBSERVATION GRID NUM",self.sso.observationGridNum)
observationGridNum prints to be 30, and observationGridMaxCol values comes out to be 1, please check if this should be the case