17 Apr, 2019
1 commit
29 Mar, 2019
1 commit
-
Pour démarrer AgentM : "./pyros.py start agentM"
26 Mar, 2019
1 commit
22 Mar, 2019
3 commits
-
Scenario de test : - lancer agents A et B en mode simu (option -t): ./pyros.py -t start agentA,agentB - attendre 1 à 2mn jusqu'à obtenir les 2 résultats suivants: (AgentA): Finished testing => result is ok (AgentB): Finished testing => result is ok
21 Mar, 2019
1 commit
20 Mar, 2019
2 commits
-
- Mode opératoire : - pour lancer agentA seulement : ./pyros.py start agentA [-c configfile] - pour lancer plusieurs agents : ./pyros.py start agentA,agentB,... [-c configfile] (ou encore: activer l'environnement virtuel, puis lancer "./AgentA.py configfile") - pour utiliser thread ou processus : il suffit de mettre la constante RUN_IN_THREAD de AgentA (ou AgentB ou AgentX) à False ou True - Scenario de test : - lancer agents A et B : ./pyros.py start agentA,agentB - attendre 1mn et attendre les 2 résultats suivants: (AgentA): Finished testing => result is ok (AgentB): Finished testing => result is ok - Autres remarques: - Nouvelle commande "flush_commands" pour purger les commmandes en attente - routine_process() implemented - Eval command implemented - Timeout géré : si commande pas exécutée en temps raisonnable => la même commande est ré-exéuctée à l'itération suivante - Chaque agent a son propre scenario de commandes à envoyer - GROSSE OPTIMISATION : plus besoin du script intermédiaire "start_agent.py" !!! ==> pyros.py lance directement "cd src/agent/ ; python AgentX.py"
19 Mar, 2019
1 commit
-
- Multi-agents (2 agents) : AgentA (sender) sends commands to AgentB (receiver, and sender too) - eval - timeout de commande => ré-exécutée
15 Mar, 2019
3 commits
-
commandes (en //) - AgentA, AgentB, et AgentX ont chacun leur propre scenario - GROSSE OPTIMISATION : plus besoin du script intermédiaire "start_agent.py" !!! - pyros.py lance directement "cd src/agent/ ; python AgentX.py" - Mode opératoire pour lancer un agent: - pour démarrer agentX : ./pyros.py start agentX [-c configfile] (ou encore: activer l'environnement virtuel, puis lancer "./AgentX.py configfile") - pour démarrer agentA : ouvrir un autre terminal et taper "./pyros.py start agentA" - pour utiliser thread ou processus : il suffit de mettre la constante RUN_IN_THREAD de AgentX (ou AgentA) à False ou True
-
- AgentA et AgentX ont chacun leur propre scenario - GROSSE OPTIMISATION : plus besoin du script "start_agent.py" !!! - pyros.py lance directement "cd src/agent/ ; python AgentX.py" - Mode opératoire pour lancer un agent: - pour démarrer agentX : ./pyros.py start agentX [-c configfile] (ou encore: activer l'environnement virtuel, puis lancer "./AgentX.py configfile") - pour démarrer agentA : ouvrir un autre terminal et taper "./pyros.py start agentA" - pour utiliser thread ou processus : il suffit de mettre la constante RUN_IN_THREAD de AgentX (ou AgentA) à False ou True
-
- pyros.py lance directement "cd src/agent/ ; python AgentX.py" - Multi-agents : AgentA et AgentX fonctionnent en parallèle - Mode opératoire pour lancer un agent: - ./pyros.py start agentX [-c configfile] (ou encore: activer l'environnement virtuel, puis lancer "./AgentX.py configfile") - pour démarrer agentA : ouvrir un autre terminal et taper "./pyros.py start agentA" - pour utiliser thread ou processus : il suffit de mettre la constante RUN_IN_THREAD de AgentX (ou AgentA) à False ou True
14 Mar, 2019
1 commit
-
(les démarrer dans 2 terminaux différents)
06 Mar, 2019
2 commits
05 Mar, 2019
1 commit
04 Mar, 2019
2 commits
-
(fait maintenant aussi la mise à jour des requirements python)
28 Feb, 2019
3 commits
27 Feb, 2019
1 commit
-
- config relative ou absolue - all private methods with "_" prefix - die on any error - added commands : - pyros update (= git pull + update db) - pyros initdb - cleanup - bugfix start_agent.py
26 Feb, 2019
1 commit
-
- pyros => pyros.py - clean agent - ...
20 Feb, 2019
1 commit
07 Feb, 2019
1 commit
-
cleanup README
01 Feb, 2019
1 commit
17 Jan, 2019
1 commit
22 Oct, 2018
1 commit
28 Jul, 2018
1 commit
27 Jul, 2018
2 commits
-
MAJORDOME_TEST
25 Jul, 2018
1 commit
-
- Simulators web page now shows only implemented buttons - Majordome with restart, shutdown (from simulator) - pyros : new start_agents_and_simulators entry
20 Jul, 2018
1 commit
17 Jul, 2018
1 commit
19 Jun, 2018
1 commit
16 May, 2018
1 commit
15 May, 2018
3 commits