wmn7
wmn7
# 问题复现方法 当输出文件夹和代码文件在同一个路径下时,会出现上面的报错。 即出现ValueError: could not convert string to float。 # 一些别的 代码写的很不错,谢谢分享呀。还有一些小小的tips - 就是关于一些参数的意思希望可以写的再明白一点,比如repeat这个参数,我一开始以为是只有0,1两个值。
谢谢你的支持,**能从我的仓库学到一些东西我感到很开心**。也祝你学习顺利,生活愉快。
Hello, Thank you for the information. I've reviewed the implementation of agent masking in the torchrl's PettingZoo wrapper. It seems that setting the state and reward to zero is a...
Hello, I used `torchrl` for training, and I found that the reward curve converged during training, as shown in the figure below:  But during testing, I found that the...
Hello, I've identified the issue: the state representation was not accurately reflecting the environment. After modifying the environment configuration, the problem was resolved. However, I still require an example of...
https://github.com/wmn7/OpenMMLab-Tutorial/tree/main/5_MMagic_Homework
https://github.com/wmn7/OpenMMLab-Tutorial/tree/main/1_MMPose_Homework
Hello, Thank you very much for your feedback. We have checked and indeed found that these two components were missing from the tool. We plan to upload them soon. Additionally,...
Hello, Thank you very much for your interest in this project. You can modify the prompt in the following file: https://github.com/Traffic-Alpha/LLM-Assisted-Light/blob/main/TSCPrompt/llm_prompt.py I used GPT-4 for testing. I've reviewed most of...
你好,可以具体说一下是缺少哪一个 config 文件吗。 目前我的代码都是基于 SUMO 来做的,我们基于 SUMO 开发了可以快速上手的框架,https://github.com/Traffic-Alpha/TransSimHub,也许你可以看一下这个。