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
@@ -0,0 +1,43 @@
{
"episode_qoe_sys": [
0.9476448587100288,
0.9923984342804163,
0.7789848763042758
],
"episode_qoe_semantic": [
0.896932899256876,
0.9847968685608324,
0.7648825601976259
],
"episode_qoe_traditional": [
0.9983568181631816,
1.0,
0.7930871924109255
],
"episode_lambda": [
1.0,
1.0,
1.0
],
"episode_fairness": [
0.9942327960366917,
0.9999411716548007,
0.8905328191108769
],
"episode_rate_satisfaction": [
0.9666666666666666,
1.0,
0.7666666666666666
],
"episode_reward_s": [
9.476448587100288,
9.923984342804163,
7.789848763042759
],
"episode_reward_b": [
9.476448587100288,
9.923984342804163,
7.789848763042759
],
"training_time": 0.031549930572509766
}