Hi, first of all, many thanks for your great work.
I got a problem and don't know whether it is caused by torcs' update or my misunderstanding.
If I simply run python dagger.py, I will get Timeout for client answer.
If I set up the server on another terminal and initialize the game as shown in gym_torcs, then when I run python dagger.py, I will got this:
cannot bind socketClient connected on 3101..............
Traceback (most recent call last):
File "dagger.py", line 30, in <module>
ob = env.reset(relaunch=True)
File "/home/hao/Workspace/imitation-dagger/gym_torcs.py", line 190, in reset
self.observation = self.make_observaton(obs)
File "/home/hao/Workspace/imitation-dagger/gym_torcs.py", line 270, in make_observaton
image_rgb = self.obs_vision_to_image_rgb(raw_obs[names[8]])
KeyError: 'img'
Hi, first of all, many thanks for your great work.
I got a problem and don't know whether it is caused by torcs' update or my misunderstanding.
python dagger.py
, I will getTimeout for client answer
.python dagger.py
, I will got this:Thanks in advance.