From f7c1da31185cafaf1c01223c8bb137057f29bde0 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Tue, 20 Feb 2024 12:06:30 +0000 Subject: [PATCH] Update MARL config. --- .../config/_package_data/example_config_2_rl_agents.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/primaite/config/_package_data/example_config_2_rl_agents.yaml b/src/primaite/config/_package_data/example_config_2_rl_agents.yaml index 993b3283..6d5b3602 100644 --- a/src/primaite/config/_package_data/example_config_2_rl_agents.yaml +++ b/src/primaite/config/_package_data/example_config_2_rl_agents.yaml @@ -74,7 +74,10 @@ agents: nodes: - node_ref: client_1 applications: - - application_ref: data_manipulation_bot + - application_name: DataManipulationBot + - node_name: client_2 + applications: + - application_name: DataManipulationBot max_folders_per_node: 1 max_files_per_folder: 1 max_services_per_node: 1