Please check the issue.
- After all the procedures, render_result.jsonc was executed.
(hmp_env) PS C:\Users\user\Documents\GitHub\hmp2g_01> python main.py -c RESULT/uhmap_hete10vs10/render_result.jsonc
- There's a problem
Port 55578 will be used by hmp, port 55579 will be used by UE internally
checking ScenarioConfig args problems ...
downloading Uhmap_Windows_Build_Version3.5
download uhmap file manifest | 下载manifest目录文件
0%| | 0.00/274k [00:00<?, ?iB/s][Errno 13] Permission denied: './TEMP/EVmCQMSUWV5MgREWaxiz_GoBalBRV3DWBU3ToSJ5OTQaLQ'
failed to connect to onedrive | 连接onedrive失败, 您可能需要翻墙才能下载资源
0%| | 0.00/274k [00:00<?, ?iB/s]
Process SuperProc-1:
Traceback (most recent call last):
File "C:\Users\user\anaconda3\envs\hmp_env\lib\multiprocessing\process.py", line 315, in _bootstrap
self.run()
File "C:\Users\user\Documents\GitHub\hmp2g_01\UTIL\win_pool.py", line 83, in run
self.add_targets(self.pH.recv())
File "C:\Users\user\Documents\GitHub\hmp2g_01\UTIL\win_pool.py", line 54, in add_targets
self.automatic_generation(name, gen_fn, *arg)
File "C:\Users\user\Documents\GitHub\hmp2g_01\UTIL\win_pool.py", line 43, in automatic_generation
setattr(self, name, gen_fn(*arg))
File "C:\Users\user\Documents\GitHub\hmp2g_01\UTIL\shm_env.py", line 24, in init
self._env = env_init_fn()
File "C:\Users\user\Documents\GitHub\hmp2g_01\MISSION\env_router.py", line 64, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Users\user\Documents\GitHub\hmp2g_01\UTIL\shm_env.py", line 134, in init self.observation_space = self.SuperPool.exec_target(name=self.env, dowhat='get_obs_space')[0] File "C:\Users\user\Documents\GitHub\hmp2g_01\UTIL\win_pool.py", line 152, in exec_target res_sort.extend(self.thisSide[j].recv()) File "C:\Users\user\anaconda3\envs\hmp_env\lib\multiprocessing\connection.py", line 250, in recv buf = self._recv_bytes() File "C:\Users\user\anaconda3\envs\hmp_env\lib\multiprocessing\connection.py", line 321, in _recv_bytes raise EOFError EOFError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 86, in
Have you tried changing "UElink2editor": false to true in “render_result”?
It works well. When I set like this:
"render": false,
"UElink2editor": true,
But did not work, when set like this:
"render": true,
"UElink2editor": false,
When running Please_Run_This_First_To_Fetch_Big_Files.py in UMAP, a similar error also occurs. The owner addressed these related questions about 'from onedrive to modelscope' and updated the code in https://github.com/binary-husky/unreal-map/pull/12, but the changes have not been applied to this project.