Skip to content
Snippets Groups Projects

WIP: GUI version

Merged Sebastian Höffner requested to merge feature/gui into master
1 file
+ 3
8
Compare changes
  • Side-by-side
  • Inline
+ 3
8
@@ -18,6 +18,7 @@ docker pull gitlab.informatik.uni-bremen.de:5005/hoeffner/mmlf-docker:latest
docker pull gitlab.informatik.uni-bremen.de:5005/hoeffner/mmlf-docker:gui-latest
```
### Building the image
Clone this repository.
@@ -62,17 +63,11 @@ mmlf_gui
## Known issues
### Missing scikits.ann
Although the scikits.ann package is installed (`pip freeze` has `scikits.ann===0.2.dev-r803`), there is still a warning about it missing:
> You do not have the scikits.ann package. Without this package, the KNN function approximator and model-based learning are not available. Please install it with `sudo easy_install scikits.ann` or visit http://www.scipy.org/scipy/scikits/wiki/AnnWrapper.
### Make sure 'QTextCursor' is registered
When running the GUI, the following error message shows up after the first episode (i.e. after the first output update):
When running the GUI, the following error message shows up:
> QObject::connect: Cannot queue arguments of type 'QTextCursor'
> (Make sure 'QTextCursor' is registered using qRegisterMetaType().)
This appears to be coming from calls to https://doc.qt.io/archives/qt-4.8/qtextedit.html#insertPlainText, but is still unresolved.
This is still unresolved.
Loading