Ding Li
Ding Li
Then I split the [1,12,12,6] complexed-value tensor into [1,12,12,12] real-valued tensor,and take it as imput,using the same conv2d layer mentioned above.Finally I got a [1,10,10,12] tensor with real value. Does...
In https://github.com/opendilab/LMDrive/issues/14#issuecomment-1898154122, the author change the PythonAPI version into 0.9.12 and it works fine. However, when I use simulator and PythonAPI with different versions, Segmentation fault occurs. Does anyone face...
Same issue with same setting (use the released model according to link in README and default script for evaluation). 
> This problem is caused by ~\LMDrive\leaderboard\team_code\lmdriver_agent.py > > ``` > self._display = pygame.display.set_mode( > (self._width, self._height), pygame.HWSURFACE | pygame.DOUBLEBUF > ) > ``` > > You probably need to...