Skip to content

Commit

Permalink
Remove max_steps from examples and set EvolveAll to EvolvePokemon (#2430
Browse files Browse the repository at this point in the history
)
  • Loading branch information
theVDude authored and douglascamata committed Aug 3, 2016
1 parent 4f48e0a commit 053e0a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion configs/config.json.cluster.example
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
}
}
],
"max_steps": 5,
"forts": {
"avoid_circles": true,
"max_circle_size": 50
Expand Down
3 changes: 1 addition & 2 deletions configs/config.json.map.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "TransferPokemon"
},
{
"type": "EvolveAll",
"type": "EvolvePokemon",
"config": {
"evolve_all": "NONE",
"evolve_cp_min": 300,
Expand Down Expand Up @@ -300,7 +300,6 @@
}
],
"map_object_cache_time": 5,
"max_steps": 5,
"forts": {
"avoid_circles": true,
"max_circle_size": 50
Expand Down
1 change: 0 additions & 1 deletion configs/config.json.path.example
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
}
],
"map_object_cache_time": 5,
"max_steps": 5,
"forts": {
"avoid_circles": true,
"max_circle_size": 50
Expand Down

0 comments on commit 053e0a4

Please sign in to comment.