Quantcast
Viewing all articles
Browse latest Browse all 898

[Python] Load local profile / skill rating

Hello everyone,

I have two questions:

1. I am receiving and error while I am loading local profile.

Error :

17:35:11.521 I CognitivDetectionManagerG2 : Error in training: type 1 has no training data, aborting training...
17:35:11.521 I CognitivDetectionManagerG2 : Classifier cannot be built.
17:35:11.540 I Real detections initialized
New User 24577 added
17:35:11.564 E _EMOXC("f235f54545f0ed4e028184b90b563ddfa1e9d6336cdf1121c9f012026bca37c61afad6f12cd2ddef62") - C++ exception: 
invalid signature
17:35:11.582 D MarkerControlDetection::init() : marker channel is not available

My code:

def loadProfile():

    if IEE_LoadUserProfile(userID, 'profile.emu') == 0:
        print "Load Profile : done"

Does that invalid signature error may causes some incorrect behaviours in loaded profile ? I see that trained actions are loaded properly.

2. How important is skill rating ? I trained couple of times my ‘push/pull/neutral’ actions. But I still have 0.0 training rate.

Can anyone help me with that ?

Peter


Viewing all articles
Browse latest Browse all 898

Trending Articles