You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In phase 01: ` set.seed(1) #Setting a seed to a fix number to allow comparable results
agentsStrat <- sample(1:2, totAgents) # how to make sure that the same agent has a coherent strategy for each idea of his/her ?
In phase 02: adapt payoff according to agents' strategy
In phase 03: adapt available ideas according to agents' strategy
In phase 03: adapt payoff according to agents' strategy
The text was updated successfully, but these errors were encountered:
In phase 01: ` set.seed(1) #Setting a seed to a fix number to allow comparable results
agentsStrat <- sample(1:2, totAgents) # how to make sure that the same agent has a coherent strategy for each idea of his/her ?
In phase 02: adapt payoff according to agents' strategy
In phase 03: adapt available ideas according to agents' strategy
In phase 03: adapt payoff according to agents' strategy
The text was updated successfully, but these errors were encountered: