Hello there,
I have one ML model for slice scheduling (Dynamic PRB Allocation) and would like to evaluate it on Colosseum testbed.
README.md shows that` slice_heuristic.py`: Periodically modify...
Hi @salvododo, thank you very much for the information. Could you please share additional details regarding the deterministic policy to cover state transitions exhaustively? I would greatly appreci...
Hi @salvododo, Thank you for the clarification; I understand now. Since we’re also part of the PAWR project, I’ve posted a similar question on the Colosseum desktop waiting for response. I’d like t...
Hi @salvododo, I very much appreciate your detailed explanations. I have another issue. For example, in file `rome_static_close\tr0\exp1\bs1\slices_bs1\1010123456002_metrics.csv` for UE2, the total...
Hi @salvododo, thank you for sharing the details. It’s great to hear that the Communications Magazine dataset can be used for DRL training.
Since I would like to train the slicing policy instead o...
Hi @salvododo, thank you for your response. I have two questions as follows.
1. What about this dataset https://github.com/wineslab/colosseum-oran-commag-dataset
2. Is there any available dataset...
Hi @salvododo, is it possible to form trajectories like <1st-row state, 1st-row action, 1st-row reward, 2nd-row next state>, <2nd-row state, 2nd-row action, 2nd-row reward, 3rd-row next state>, and...
Hello there,
I saw these repository working based on BMv2 model. However, the paper also claim that it supports real hardware implementation. Could you please help to provide guidance on hardwar...
Hi there, I have several questions about the program as follows.
1. I feel there is missing `"slice_prb"` in `metric_list_to_extract`.
2. Since `dataset` will generate additional `"ratio_granted_...