Testing custom agents and bootstrapping#6
Conversation
Added tests for the cases of curtom agent sets and PAT bootstraping. Also a small chnage in variable names in the config.init
|
Hello Anabele, I was testing and I found that activating random agents (change the value in Line 9 in 8ab8944 The program runs but the test fails. I attribute this to the agents/agents[0] issue. Can you reproduce/ do you agree? I suggest we solve that before moving on - I think we're just adding agents in the list the wrong way. Look at the list of agents; some of them are added as a dict, some as a list containing a dict. I'm waiting for instructions - want me to track down the bug, or you want to do it yourself? Cheers Mario |
…ed some of the functions meant to deal with it.
|
Ok, that's what I could do - it was in the agent factory. I have streamlined where I read, and removed quite a bit of clutter and unused code, but there could be more. Please double check everything! |
Added tests for the cases of curtom agent sets and PAT bootstraping. Also a small chnage in variable names in the config.init