-
* **Device model:** VOTO V2i
* **Android version:** Android API 24
* **melonDS version:** Beta 1.5.0
**Problem:**
Insert a small description of the problem.
**Stack trace:**
```
me.ma…
-
Hi,
I am running QTLseq from bams and I get the following error with the following code.
The bams have all been mapped with bwa mem then run through the following picard modules CleanSam, FixMa…
-
梁老师,您好。在reward部分,lambdda被设置为0,这会不会导致V2I capacity在训练过程中没有被优化?亦或是,在您之前的实验中,把lambdda设置为0,将会得到最好的performance?
https://github.com/le-liang/MARLspectrumSharingV2X/blob/4e9e3289fd4e8389165dcfe7559eb877d135c…
-
Hello,
First, thanks for your hard work on this crate, I use it with `assert_cmd` and it's easy to both read and use. :)
I test every line, of my output, but I want to be sure I didn't miss anyt…
-
In Environment_MARL.py line 110,
the code is
self.V2I_power = 10 ** (self.V2I_power_dB)
however i think the line should be
self.V2I_power = 10 ** (self.V2I_power_dB / 10)
is this correct?
-
Running the code of examples/text/text_input.py returns the following error. I was running this in Visual Studio Code, but this error also came while running in Repl.it
```
Traceback (most recent …
-
v2i_GENERAL_NAME_ex function is not having case to set edipartyname.
So is there any different way to add edipartyname extension
-
梁老师您好,想请教下关于主程序main_marl_train.py中的get_state()函数。为什么在创建环境env时,明明已经计算好了信道慢衰落和快衰落的数值,还要在这个函数里重新计算一遍V2V_fast, V2V_abs, V2I_fast, V2I_abs作为真实输入网络中的状态值。想问下这个计算公式是怎么考虑的?
![image](https://user-images.gith…
-
梁老师,您好:
最近在复现您的代码时,发现代码中计算V2V链路受到的干扰时,可能存在一些问题:
在`Environment_marl.py`文件中,函数`Compute_Performance_Reward_Train(self, actions_power)`的第344行:
```
V2V_Interference[indexes[j, 0], indexes[j, 1]] = 10…
-
梁老师您好,
最近我在学习您V2X资源分配相关的代码,但是我跑您的SARL代码的时候发现利用训练好的模型进行测试的时候每一次测试模型的性能方差很大,有点时候V2V链路成功率在90%以上,有的时候又跌到50%左右,V2I链路的容量也变化很大,不知道您在做实验的时候是不是也发现了这一点,当然我注释了您代码中锁定随机数种子的部分。我怀疑是每一次车辆撒点的位置与车辆的速度影响比较大,…