GVGAI_GYM
GVGAI_GYM copied to clipboard
Hello, Is there any way to get the semantic state in return of the step function? Is there any way to set the state of the environment to a particular...
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...
The error report as below: ERROR:root:[Errno 104] Connection reset by peer Traceback (most recent call last): File "/home/taoyang/GVGAI_GYM/gym_gvgai/envs/gvgai/clients/GVGAI-PythonClient/src/utils/IOSocket.py", line 63, in readLine msg = self.recv_end() File "/home/taoyang/GVGAI_GYM/gym_gvgai/envs/gvgai/clients/GVGAI-PythonClient/src/utils/IOSocket.py", line 85, in...
Hi, I went through the code of testRLagent, you seem to pass stateObs as the next state but its actually just an image, unlike the original env object. If I...
Hello, when I try to run ```GVGAI_GYM\testAgent.py``` got this error: ``` $ python testAgent.py [2019-05-18 17:33:31,369] Making new env: gvgai-testgame1-lvl0-v0 /home/islab/rozen_proj/mlsh/gym/gym/envs/registration.py:17: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and...