Initial commit: add project materials and code

This commit is contained in:
hc
2026-02-28 16:17:42 +08:00
commit 5efb877df7
198 changed files with 17541 additions and 0 deletions
@@ -0,0 +1,47 @@
env:
bandwidth: 10000000.0
carrier_freq: 3.5
max_distance: 500
max_power: 1.0
min_distance: 50
min_rate_req: 500000.0
noise_psd: -174
num_semantic_users: 3
num_subcarriers: 64
num_traditional_users: 3
rho_max: 1.0
rho_min: 0.05
subcarrier_spacing: 156250.0
w1: 0.7
w2: 0.3
network:
actor_hidden:
- 256
- 256
- 128
critic_hidden:
- 512
- 512
- 256
reward:
comp_self: 0.8
comp_sys: 0.2
coop_other: 0.3
coop_self: 0.5
coop_sys: 0.2
training:
actor_lr: 0.0001
batch_size: 256
beta: 5.0
buffer_capacity: 100000
critic_lr: 0.0003
gamma: 0.95
max_episodes: 3
max_steps: 10
ou_sigma_init: 0.2
ou_sigma_min: 0.01
ou_theta: 0.15
q_threshold: 0.6
seed: 42
tau: 0.01
update_interval: 5
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,43 @@
{
"episode_qoe_sys": [
0.7113507545159694,
0.634429719402772,
0.7743815650859412
],
"episode_qoe_semantic": [
0.4227015090319389,
0.2688594388055441,
0.5487631301718825
],
"episode_qoe_traditional": [
1.0,
1.0,
1.0
],
"episode_lambda": [
0.0,
0.0,
0.0
],
"episode_fairness": [
0.766128164912615,
0.7078592958131911,
0.8703367376079599
],
"episode_rate_satisfaction": [
1.0,
1.0,
1.0
],
"episode_reward_s": [
4.804313581287451,
3.4197349492498965,
5.938868171546943
],
"episode_reward_b": [
9.422701509031938,
9.268859438805546,
9.548763130171885
],
"training_time": 0.04243969917297363
}