diff --git a/strategies/lunatico.json b/strategies/lunatico.json index a1242d3..3f292e2 100644 --- a/strategies/lunatico.json +++ b/strategies/lunatico.json @@ -4,6 +4,6 @@ "retaliacao": 0.5, "perdao": 0.5, "coerencia": 0.5, - "memoria": 0.5, - }, + "memoria": 0.5 + } } diff --git a/strategies/neutro.json b/strategies/neutro.json index 0fdd51d..a5c64b9 100644 --- a/strategies/neutro.json +++ b/strategies/neutro.json @@ -1,9 +1,10 @@ { - "Neutro": { + "Neutro": + { "amabilidade": 0.5, "retaliacao": 0.5, "perdao": 0.5, "coerencia": 1.0, - "memoria": 0.5, - }, + "memoria": 0.5 + } } diff --git a/strategies/tit4tat.json b/strategies/tit4tat.json index aea4315..53af31c 100644 --- a/strategies/tit4tat.json +++ b/strategies/tit4tat.json @@ -4,6 +4,6 @@ "retaliacao": 1.0, "perdao": 1.0, "coerencia": 1.0, - "memoria": 0.5, - }, + "memoria": 0.5 + } } diff --git a/strategies/vingativo.json b/strategies/vingativo.json index 2c9a117..8473b70 100644 --- a/strategies/vingativo.json +++ b/strategies/vingativo.json @@ -4,6 +4,6 @@ "retaliacao": 1.0, "perdao": 0.0, "coerencia": 1.0, - "memoria": 0.5, - }, + "memoria": 0.5 + } }