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
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,43 @@
{
"episode_qoe_sys": [
0.7113027844231694,
0.6344297213112167,
0.7739924098489253
],
"episode_qoe_semantic": [
0.4226055688463388,
0.2688594426224332,
0.5479848196978504
],
"episode_qoe_traditional": [
1.0,
1.0,
1.0
],
"episode_lambda": [
0.6207547547571596,
0.5395092957443972,
0.6895618004798005
],
"episode_fairness": [
0.7661071139341958,
0.7078592991985423,
0.8700568715234
],
"episode_rate_satisfaction": [
1.0,
1.0,
1.0
],
"episode_reward_s": [
5.776441792194522,
4.562596418470474,
6.7501691441542295
],
"episode_reward_b": [
8.449613896268866,
8.125998007753859,
8.729679052824276
],
"training_time": 0.04235124588012695
}
@@ -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