Razvan00Rusu / SOMAS2022-Team6

Self Organising Multi Agent Systems 2022 Team 6
Mozilla Public License 2.0
2 stars 0 forks source link

STUFF THAT NEEDS DOING #22

Open thl19git opened 1 year ago

thl19git commented 1 year ago
Razvan00Rusu commented 1 year ago

Sorry for getting to this so late, HandleLootInfo and HandleFightInfo look good to me - will start adressing some of the other points here. Will look at the non-determinism point now

Razvan00Rusu commented 1 year ago

Additionally, do we have an overleaf link for a report or something 👀?

Issa-Bqain commented 1 year ago

Overleaf link on

Issa-Bqain commented 1 year ago

I will finish writing up the CI stuff for report by 2-5am.

for the CI implementation, it should be very simple. We can just calculate one metric, which is just a combination of the other social capital values.

image

If this value is higher for any other agent than us by say 30%, then we should elect them as leader.

we dont have to use the co-efficients, since we don't have learning etc.

Issa-Bqain commented 1 year ago

Interms of messaging other agents, the CI idea actually tries to minimise communication and so if not implemented, it fits within this way of thought, shouldn't be an issue.