javipalanca / simfleet

Agent-based fleet simulator to test strategies
MIT License
10 stars 9 forks source link

Multi Agent Simulation using SPADE PYTHON #9

Open Rawen84 opened 3 years ago

Rawen84 commented 3 years ago

Description

Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen.

What I Did

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
Rawen84 commented 3 years ago

Please could you help how to create a negociation between two agents ? I tried it following the simfleet but i have many errors in my code ( I'm a student at university).

Thank you in advance.

pedro-hfo commented 3 years ago

What and where exactly is the error you're getting? It would also help if you provided the SimFleet and Python versions, and the OS you're using.

Rawen84 commented 3 years ago

The OS = Windows 10

I'm trying the same code but it did note work

pedro-hfo commented 3 years ago

You need to show me what code you're trying to run and what is the error. Did you set up a XMPP server? Also, SPADE doesn't work with the newer versions of python, to use it you'll need to downgrade python to 3.7.6 (you can easily find a tutorial on how to that).