You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: