add playable preset
This commit is contained in:
parent
1fba61e1b9
commit
a1ec797de0
1 changed files with 6 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue