chuxiao

Results 16 comments of chuxiao

![IMG_20240312_173554](https://github.com/zhouyou-gu/drl-5g-scheduler/assets/105408776/2dac5c26-28ac-40ce-8b75-7bcb5efeef5f) After running it, the interface looks like this. I feel it's may not the final result. Is there anything wrong with it and how can I solve it?

Can I get these results through the offline codes? ![Screenshot_20240312_174949_com flexcil flexcilnote](https://github.com/zhouyou-gu/drl-5g-scheduler/assets/105408776/09a43cc0-813b-4750-89d8-38b0516b8262) ![Screenshot_20240312_174921_com flexcil flexcilnote](https://github.com/zhouyou-gu/drl-5g-scheduler/assets/105408776/f3810f47-13e6-456e-a5e1-2c9d2e01105b)

And may I ask which scalar in tensorboard refers to the packet loss probabilities?Does it only record the packet loss probabilities of the K-DDPG algorithm inside?If so, how can I...

Thank you very much for your response,it helps me a lot to understand the code.May I ask that if the DDPG class in controller_src/sim_src/model/ddpg.py is the original DDPG method?And what's...

Thank you a lot,it helps me a lot. And I'd like to ask what are the meanings of the three parameters in_dim,out_dim,d_min_pct in the class of EDFschedulerFunction?

And even if using the EDFschedulerFunction, I still need to train in a neural network?

And in the class of EDFschedulerFunction,which part show the idea of dynamic priority of the EDF algorithm?

I'm deeply grateful for your answer. Is it normal for code to run much longer using only scheduling functions than using neural networks?And why does this phenomenon occur?

> I'm deeply grateful for your answer. Is it normal for code to run much longer using only scheduling functions than using neural networks?And why does this phenomenon occur? Oh,it...

I'd like to ask that how is the packet loss rate of kddpg measured under different RB numbers? Considering that the kddpg algorithm does not converge at the beginning and...