Loading experiments/2022_AAMAS/airports/settings.yml 0 → 100644 +38 −0 Original line number Diff line number Diff line seed: null verbosity: 1 reporting_params: tag: 2022_AAMAS/airport database: disk database_params: results_dir: results/2022_AAMAS/airport/{timestamp} plot: true save_checkpoints: false save_strategies: false graph_params: loader: airport_one_param loader_params: num_halls: 3 # 1, 2, 3, 5, 7, 10, 13, 17, 21, 25 rnd_values: false # true/false epochs: 1 trainer_params: steps: 500 eval_every: 1 optimizer: Adam optimizer_params: lr: 0.4 noise: Basic strategy_params: rounding_threshold: 0.001 objective: AdversarialPatrollingWithEntropy objective_params: relaxed_max: PNormClamp relaxed_max_params: ord: 2 eps: 0.3 beta: 0.2 No newline at end of file experiments/2022_AAMAS/grids/settings.yml 0 → 100644 +46 −0 Original line number Diff line number Diff line seed: null verbosity: 1 reporting_params: tag: 2022_AAMAS/grids database: disk database_params: results_dir: results/2022_AAMAS/grids/{timestamp} plot: true save_checkpoints: false save_strategies: false graph_params: loader: square_subgraph loader_params: num_nodes: 10 # 10, 20, ..., 100 side_length: 10 # =num_nodes num_targets: 5 # num_nodes // 2 node_seed: 0 # 0, 1, ..., 9 node_att: memory: 6 value: 1 modifiers: floyd_warshall: visiting_bonus: 0.001 epochs: 10 trainer_params: steps: 100 eval_every: 1 optimizer: Adam optimizer_params: lr: 0.4 noise: Basic strategy_params: rounding_threshold: 0.01 objective: AdversarialPatrollingWithEntropy objective_params: relaxed_max: PNormClamp relaxed_max_params: ord: 2 eps: 0.3 beta: 0.1 experiments/2022_IJCAI/mean_payoff/settings.yml 0 → 100644 +62 −0 Original line number Diff line number Diff line seed: null verbosity: 1 ray_params: address: auto reporting_params: tag: 2022_IJCAI/mean_payoff database: disk database_params: results_dir: results/2022_IJCAI/mean_payoff/{timestamp} plot: true save_checkpoints: true save_strategies: true graph_params: loader: hardcoded loader_params: settings: directed: true target_att: memory: 1 edge_att: len: 1 targets: Left: value: 7 CenterUp: value: 0 CenterDown: value: 6 RightUp: value: 5 RightDown: value: 7 nodes: {} edges: - nodes: [ Left, CenterUp ] - nodes: [ Left, CenterDown ] - nodes: [ CenterUp, RightUp ] - nodes: [ CenterDown, RightUp ] - nodes: [ CenterDown, RightDown ] - nodes: [ RightUp, RightDown ] - nodes: [ RightDown, Left ] epochs: 1 trainer_params: steps: 100 eval_every: 1 # "{trainer_params.steps}" optimizer: Adam optimizer_params: lr: 0.2 noise: Basic strategy_params: rounding_threshold: 0.001 objective: MeanPayoff objective_params: beta: 0 experiments/2022_IJCAI/renewal_time/settings.yml 0 → 100644 +64 −0 Original line number Diff line number Diff line seed: null verbosity: 1 ray_params: address: auto reporting_params: tag: 2022_IJCAI/renewal_time database: disk database_params: results_dir: results/2022_IJCAI/renewal_time/{timestamp} plot: true save_checkpoints: true save_strategies: true graph_params: loader: hardcoded loader_params: settings: directed: false node_att: memory: 2 target_att: memory: 1 value: 1 edge_att: len: 10 targets: T1: T2: nodes: C: memory: 2 N12: N21: edges: - nodes: [ T1, N12 ] - nodes: [ N12, N21 ] - nodes: [ N21, T2 ] - nodes: [ C, T1 ] len: 13 - nodes: [ C, T2 ] len: 13 epochs: 1 trainer_params: steps: 500 eval_every: 1 optimizer: Adam optimizer_params: lr: 0.1 noise: Basic strategy_params: rounding_threshold: 0.001 objective: RenewalTime objective_params: relaxed_max: PNormClamp relaxed_max_params: ord: 2 eps: 0.01 beta: 0.1 experiments/2022_UAI/montreal_atm/montreal.kml 0 → 100644 +210 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Document> <name>Banks and ATM in Montreal</name> <Style id="icon-1899-0288D1-nodesc-normal"> <IconStyle> <color>ffd18802</color> <scale>1</scale> <Icon> <href>https://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href> </Icon> <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/> </IconStyle> <LabelStyle> <scale>0</scale> </LabelStyle> <BalloonStyle> <text><![CDATA[<h3>$[name]</h3>]]></text> </BalloonStyle> </Style> <Style id="icon-1899-0288D1-nodesc-highlight"> <IconStyle> <color>ffd18802</color> <scale>1</scale> <Icon> <href>https://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href> </Icon> <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/> </IconStyle> <LabelStyle> <scale>1</scale> </LabelStyle> <BalloonStyle> <text><![CDATA[<h3>$[name]</h3>]]></text> </BalloonStyle> </Style> <StyleMap id="icon-1899-0288D1-nodesc"> <Pair> <key>normal</key> <styleUrl>#icon-1899-0288D1-nodesc-normal</styleUrl> </Pair> <Pair> <key>highlight</key> <styleUrl>#icon-1899-0288D1-nodesc-highlight</styleUrl> </Pair> </StyleMap> <Placemark> <name>ATM - Banque Scotia</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5608752,45.5015478,0 </coordinates> </Point> </Placemark> <Placemark> <name>TD Bank ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5633686,45.5023023,0 </coordinates> </Point> </Placemark> <Placemark> <name>RBC Royal Bank ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.57882,45.495308,0 </coordinates> </Point> </Placemark> <Placemark> <name>Deutsche Bank Securities</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5710102,45.4973778,0 </coordinates> </Point> </Placemark> <Placemark> <name>RBC Royal Bank ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5802715,45.4840155,0 </coordinates> </Point> </Placemark> <Placemark> <name>Costco Wholesale</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.553433,45.4859923,0 </coordinates> </Point> </Placemark> <Placemark> <name>HSBC Bank</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5853004,45.4899901,0 </coordinates> </Point> </Placemark> <Placemark> <name>Mellon Bank Na</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5655451,45.5030513,0 </coordinates> </Point> </Placemark> <Placemark> <name>Ubs Bank Canada</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5716928,45.502005,0 </coordinates> </Point> </Placemark> <Placemark> <name>BMO Banque de Montréal</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.6454236,45.4913082,0 </coordinates> </Point> </Placemark> <Placemark> <name>Manulife Bank</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.6246,45.465649,0 </coordinates> </Point> </Placemark> <Placemark> <name>ATM 4th Floor</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.6386318,45.459057,0 </coordinates> </Point> </Placemark> <Placemark> <name>RBC Royal Bank ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5349539,45.5486183,0 </coordinates> </Point> </Placemark> <Placemark> <name>BMO Bank of Montreal ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.602537,45.5821992,0 </coordinates> </Point> </Placemark> <Placemark> <name>ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.7356223,45.4529986,0 </coordinates> </Point> </Placemark> <Placemark> <name>RBC Royal Bank ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.7264079,45.487621,0 </coordinates> </Point> </Placemark> <Placemark> <name>Montréal-Pierre Elliott Trudeau International Airport</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.7454814,45.4656851,0 </coordinates> </Point> </Placemark> <Placemark> <name>RBC Royal Bank ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.7780915,45.5049478,0 </coordinates> </Point> </Placemark> </Document> </kml> Loading
experiments/2022_AAMAS/airports/settings.yml 0 → 100644 +38 −0 Original line number Diff line number Diff line seed: null verbosity: 1 reporting_params: tag: 2022_AAMAS/airport database: disk database_params: results_dir: results/2022_AAMAS/airport/{timestamp} plot: true save_checkpoints: false save_strategies: false graph_params: loader: airport_one_param loader_params: num_halls: 3 # 1, 2, 3, 5, 7, 10, 13, 17, 21, 25 rnd_values: false # true/false epochs: 1 trainer_params: steps: 500 eval_every: 1 optimizer: Adam optimizer_params: lr: 0.4 noise: Basic strategy_params: rounding_threshold: 0.001 objective: AdversarialPatrollingWithEntropy objective_params: relaxed_max: PNormClamp relaxed_max_params: ord: 2 eps: 0.3 beta: 0.2 No newline at end of file
experiments/2022_AAMAS/grids/settings.yml 0 → 100644 +46 −0 Original line number Diff line number Diff line seed: null verbosity: 1 reporting_params: tag: 2022_AAMAS/grids database: disk database_params: results_dir: results/2022_AAMAS/grids/{timestamp} plot: true save_checkpoints: false save_strategies: false graph_params: loader: square_subgraph loader_params: num_nodes: 10 # 10, 20, ..., 100 side_length: 10 # =num_nodes num_targets: 5 # num_nodes // 2 node_seed: 0 # 0, 1, ..., 9 node_att: memory: 6 value: 1 modifiers: floyd_warshall: visiting_bonus: 0.001 epochs: 10 trainer_params: steps: 100 eval_every: 1 optimizer: Adam optimizer_params: lr: 0.4 noise: Basic strategy_params: rounding_threshold: 0.01 objective: AdversarialPatrollingWithEntropy objective_params: relaxed_max: PNormClamp relaxed_max_params: ord: 2 eps: 0.3 beta: 0.1
experiments/2022_IJCAI/mean_payoff/settings.yml 0 → 100644 +62 −0 Original line number Diff line number Diff line seed: null verbosity: 1 ray_params: address: auto reporting_params: tag: 2022_IJCAI/mean_payoff database: disk database_params: results_dir: results/2022_IJCAI/mean_payoff/{timestamp} plot: true save_checkpoints: true save_strategies: true graph_params: loader: hardcoded loader_params: settings: directed: true target_att: memory: 1 edge_att: len: 1 targets: Left: value: 7 CenterUp: value: 0 CenterDown: value: 6 RightUp: value: 5 RightDown: value: 7 nodes: {} edges: - nodes: [ Left, CenterUp ] - nodes: [ Left, CenterDown ] - nodes: [ CenterUp, RightUp ] - nodes: [ CenterDown, RightUp ] - nodes: [ CenterDown, RightDown ] - nodes: [ RightUp, RightDown ] - nodes: [ RightDown, Left ] epochs: 1 trainer_params: steps: 100 eval_every: 1 # "{trainer_params.steps}" optimizer: Adam optimizer_params: lr: 0.2 noise: Basic strategy_params: rounding_threshold: 0.001 objective: MeanPayoff objective_params: beta: 0
experiments/2022_IJCAI/renewal_time/settings.yml 0 → 100644 +64 −0 Original line number Diff line number Diff line seed: null verbosity: 1 ray_params: address: auto reporting_params: tag: 2022_IJCAI/renewal_time database: disk database_params: results_dir: results/2022_IJCAI/renewal_time/{timestamp} plot: true save_checkpoints: true save_strategies: true graph_params: loader: hardcoded loader_params: settings: directed: false node_att: memory: 2 target_att: memory: 1 value: 1 edge_att: len: 10 targets: T1: T2: nodes: C: memory: 2 N12: N21: edges: - nodes: [ T1, N12 ] - nodes: [ N12, N21 ] - nodes: [ N21, T2 ] - nodes: [ C, T1 ] len: 13 - nodes: [ C, T2 ] len: 13 epochs: 1 trainer_params: steps: 500 eval_every: 1 optimizer: Adam optimizer_params: lr: 0.1 noise: Basic strategy_params: rounding_threshold: 0.001 objective: RenewalTime objective_params: relaxed_max: PNormClamp relaxed_max_params: ord: 2 eps: 0.01 beta: 0.1
experiments/2022_UAI/montreal_atm/montreal.kml 0 → 100644 +210 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Document> <name>Banks and ATM in Montreal</name> <Style id="icon-1899-0288D1-nodesc-normal"> <IconStyle> <color>ffd18802</color> <scale>1</scale> <Icon> <href>https://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href> </Icon> <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/> </IconStyle> <LabelStyle> <scale>0</scale> </LabelStyle> <BalloonStyle> <text><![CDATA[<h3>$[name]</h3>]]></text> </BalloonStyle> </Style> <Style id="icon-1899-0288D1-nodesc-highlight"> <IconStyle> <color>ffd18802</color> <scale>1</scale> <Icon> <href>https://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href> </Icon> <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/> </IconStyle> <LabelStyle> <scale>1</scale> </LabelStyle> <BalloonStyle> <text><![CDATA[<h3>$[name]</h3>]]></text> </BalloonStyle> </Style> <StyleMap id="icon-1899-0288D1-nodesc"> <Pair> <key>normal</key> <styleUrl>#icon-1899-0288D1-nodesc-normal</styleUrl> </Pair> <Pair> <key>highlight</key> <styleUrl>#icon-1899-0288D1-nodesc-highlight</styleUrl> </Pair> </StyleMap> <Placemark> <name>ATM - Banque Scotia</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5608752,45.5015478,0 </coordinates> </Point> </Placemark> <Placemark> <name>TD Bank ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5633686,45.5023023,0 </coordinates> </Point> </Placemark> <Placemark> <name>RBC Royal Bank ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.57882,45.495308,0 </coordinates> </Point> </Placemark> <Placemark> <name>Deutsche Bank Securities</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5710102,45.4973778,0 </coordinates> </Point> </Placemark> <Placemark> <name>RBC Royal Bank ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5802715,45.4840155,0 </coordinates> </Point> </Placemark> <Placemark> <name>Costco Wholesale</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.553433,45.4859923,0 </coordinates> </Point> </Placemark> <Placemark> <name>HSBC Bank</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5853004,45.4899901,0 </coordinates> </Point> </Placemark> <Placemark> <name>Mellon Bank Na</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5655451,45.5030513,0 </coordinates> </Point> </Placemark> <Placemark> <name>Ubs Bank Canada</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5716928,45.502005,0 </coordinates> </Point> </Placemark> <Placemark> <name>BMO Banque de Montréal</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.6454236,45.4913082,0 </coordinates> </Point> </Placemark> <Placemark> <name>Manulife Bank</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.6246,45.465649,0 </coordinates> </Point> </Placemark> <Placemark> <name>ATM 4th Floor</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.6386318,45.459057,0 </coordinates> </Point> </Placemark> <Placemark> <name>RBC Royal Bank ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.5349539,45.5486183,0 </coordinates> </Point> </Placemark> <Placemark> <name>BMO Bank of Montreal ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.602537,45.5821992,0 </coordinates> </Point> </Placemark> <Placemark> <name>ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.7356223,45.4529986,0 </coordinates> </Point> </Placemark> <Placemark> <name>RBC Royal Bank ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.7264079,45.487621,0 </coordinates> </Point> </Placemark> <Placemark> <name>Montréal-Pierre Elliott Trudeau International Airport</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.7454814,45.4656851,0 </coordinates> </Point> </Placemark> <Placemark> <name>RBC Royal Bank ATM</name> <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> <Point> <coordinates> -73.7780915,45.5049478,0 </coordinates> </Point> </Placemark> </Document> </kml>