-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Welcome to the graph-marl wiki! This wiki complements the project's README.md file with additional information.
Random Action Selection 2f59f8a
This commit updates the random action selection of the
We hypothesized that this could have an effect on the training results for the routing environment with congestion. When all agents on the same node select the same action with probability
We repeated the RL baseline experiments and found no significant effect of the update compared to the previous release.
For example, here is the throughput for the three graphs
| Agent | Graph |
Graph |
Graph |
|---|---|---|---|
| DQN | |||
| DQNR | |||
| CommNet | |||
| DGN |
And here is the throughput of three new runs with the updated action selection:
| Agent | Graph |
Graph |
Graph |
|---|---|---|---|
| DQN | |||
| DQNR | |||
| CommNet | |||
| DGN |