new: implemented plugin system (closes #54)

This commit is contained in:
Simone Margaritelli
2019-10-02 19:01:07 +02:00
parent 00d78248d8
commit 47042f0946
13 changed files with 397 additions and 48 deletions

View File

@@ -2,6 +2,8 @@
main:
# currently implemented: en (default), de, nl, it
lang: en
# custom plugins path, if null only default plugins with be loaded
plugins: null
# monitor interface to use
iface: mon0
# command to run to bring the mon interface up in case it's not up already
@@ -21,7 +23,7 @@ main:
ai:
# if false, only the default 'personality' will be used
enabled: true
enabled: false
path: /root/brain.nn
# 1.0 - laziness = probability of start training
laziness: 0.1