#1632 - Added full benchmarking script that included plots and a LaTeX report. Ran the v2.0.0rc1 benchmark. Tidied a few other things up.

This commit is contained in:
Chris McCarthy
2023-07-20 08:48:18 +01:00
parent beb8451a80
commit aaf1066d29
15 changed files with 6742 additions and 63 deletions

View File

@@ -51,7 +51,8 @@ hard_coded_agent_view: FULL
# "NODE"
# "ACL"
# "ANY" node and acl actions
action_type: ANY
action_type: NODE
# observation space
observation_space:
flatten: true
@@ -60,9 +61,8 @@ observation_space:
- name: NODE_STATUSES
- name: LINK_TRAFFIC_LEVELS
# Number of episodes for training to run per session
num_train_episodes: 10
num_train_episodes: 500
# Number of time_steps for training per episode
num_train_steps: 256