Research Article

A Dual-Agent Approach for Coordinated Task Offloading and Resource Allocation in MEC

Table 3

Network structure for DA-TD3.

NetworksNumberNetwork structure

Actor of agent 12fc1 (state_dim, 256), relu
fc2 (256, 128), relu
fc3 (128, action_dim), sigmoid

Critic of agent 14fc1 (state_action_dim, 256), relu
fc2 (256, 128), relu
fc3 (128, 1)

Actor of agent 22fc1 (state_dim, 256), relu
fc2 (256, 128), relu
fc3 (128, action_dim), softmax

Critic of agent 24fc1 (state_action_dim, 256), relu
fc2 (256, 128), relu
fc3 (128, 1)