usail-hkust/LLMTSCS

关于模拟器的渲染显示问题

Opened this issue · 3 comments

您好!我在使用这一项目时,按照教程的要求,直接打开frontend/page/index.html文件并输入两个文件,模拟器是可运转的,但是我在浏览器里无法看到道路图像,只显示了其他的信息,这应该是一个bug,请问这种情况有办法解决吗?
我运行的文件是教程的run_advanced_mplight.py,没有任何改动
2024-09-03 08-31-33屏幕截图

Please try to use a VPN. I think your problem should be solved.

可以了,非常感谢!

另外一个问题:我在命令行运行以下代码时:
python run_open_LLM.py --llm_model LLM_MODEL_NAME_ONLY_FOR_LOG
--llm_path LLM_PATH
--dataset hangzhou
--traffic_file anon_4_4_hangzhou_real.json
--proj_name TSCS
将会显示:
OSError: LLM_PATH is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
是否需要把LLM_PATH替换为模型在huggingface的地址,例如usail-hkust/LLMLight-LightGPT?
抑或是需要填写其他内容?