-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distributed agents #363
Comments
Currently you cannot spawn agents from a NameServer running in one machine to a different machine (remote spawning). So I don't think approach 1 will work. Note that you can use It seems you may be missing the |
@ Peque I can confirm approach 1 did not work :-(. I tested approach 1 using 3 Raspberry Pi's and the approach failed. Thank you |
I feel so stupid. AgentAddress(ipc, /run/user/1000/.osbrain_ipc/ebb913321bd04de28d3f5762841ea74d, PUSH, server, pickle) |
Hi Peque,
exception as below:
|
Update: Though the above issue is now fixed - I still need some advice as the agents dont seem to exchange 'hellos' . below are agents Agent1.py
Agent2.py
ns.py
The agents are stuck at 'sending hello' state as before.
|
OKay!!! Sorry, about spamming . Please delete the thread if it's unnecessary.
agent2.py
|
Good to know! 😊 |
Hi,
I am trying out dploying agents on multiple physical devices. Below are two approaches that I took:
Approach 1--- Agentns.py
Agent1.py
Agent2.py
Result:
Approach 2 : Taking cue from #341
Agentns.py
Agent1.py
Agent2.py
Output:
As can be seen , I dont see hellos exchanged if I take approach-2.
I can't quite figure out why approach-2 fails.
Also, can I proceed with approach1. That is - assign IP addresses to agents and start entire MAS setup in NS?
Thank you.
The text was updated successfully, but these errors were encountered: