Commit 36911334da4fa85147e81c0f0b721937f3b73075
1 parent
2f4cdb31
Exists in
dev
simplify get_specific_cmds, use dict.values
Showing
1 changed file
with
14 additions
and
9 deletions
Show diff stats
privatedev/config/tnc/observatory_tnc.yml
... | ... | @@ -339,12 +339,6 @@ OBSERVATORY: |
339 | 339 | computer: AKoralewskiPersoComputer |
340 | 340 | protocol: privatedev/plugin/agent/AgentImagesProcessor_tnc_up1.py |
341 | 341 | |
342 | - # Basic Agent (for EP, to test the Agent base class) | |
343 | - - AGENT: | |
344 | - name: AgentBasic | |
345 | - computer: EtienneComputer | |
346 | - protocol: private/plugin/agent/AgentBasic.py | |
347 | - | |
348 | 342 | - AGENT: |
349 | 343 | name: AgentTriton |
350 | 344 | computer: AKoralewskiPersoComputer |
... | ... | @@ -365,11 +359,22 @@ OBSERVATORY: |
365 | 359 | - AGENT: |
366 | 360 | name: AgentSST2 |
367 | 361 | computer: AKlotzPersoComputer |
368 | - | |
369 | - | |
362 | + | |
363 | + # Agents EP | |
370 | 364 | - AGENT: |
371 | 365 | name: AgentSST3 |
372 | - computer: EtienneComputer | |
366 | + computer: EtienneComputer | |
367 | + - AGENT: | |
368 | + name: AgentTriton_ep | |
369 | + computer: EtienneComputer | |
370 | + protocol: private/plugin/agent/AgentTriton.py | |
371 | + path: private/plugin/agent/triton | |
372 | + # Basic Agent (for EP, to test the Agent base class) | |
373 | + - AGENT: | |
374 | + name: AgentBasic | |
375 | + computer: EtienneComputer | |
376 | + protocol: private/plugin/agent/AgentBasic.py | |
377 | + | |
373 | 378 | |
374 | 379 | TOPOLOGY: |
375 | 380 | ... | ... |