fix network loading
This commit is contained in:
parent
bc655979af
commit
56f7c01256
1 changed files with 2 additions and 0 deletions
2
main.lua
2
main.lua
|
@ -497,6 +497,8 @@ local function init()
|
||||||
else
|
else
|
||||||
error("Unknown evolution strategy specified: " + tostring(cfg.es))
|
error("Unknown evolution strategy specified: " + tostring(cfg.es))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
es:params(network:collect())
|
||||||
end
|
end
|
||||||
|
|
||||||
local function prepare_reset()
|
local function prepare_reset()
|
||||||
|
|
Loading…
Reference in a new issue