GVGAI_GYM icon indicating copy to clipboard operation
GVGAI_GYM copied to clipboard

Possibly Wrong value passed

Open jlabhishek opened this issue 3 years ago • 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

jlabhishek avatar Oct 31 '21 07:10 jlabhishek