add playable preset

This commit is contained in:
Connor Olding 2018-06-13 22:46:57 +02:00
parent 1fba61e1b9
commit a1ec797de0

View File

@ -135,6 +135,12 @@ elseif preset == 'ars' then
weight_decay = 0.0025,
}
elseif preset == 'play' then
cfg = {
playable_mode = true,
}
else
error("invalid preset: "..tostring(preset))