Not able to create an instance of AI class in multi processing mode
I am trying to use a part of your code and i was stuck at an Error:
TypeError:
Traceback (most recent call last)
TypeError: '>' not supported between instances of 'NoneType' and 'int'
@SahithKumarrko Is this project still open ?
This error is caused by the incompatibility between python2 and python3. PR is welcome.
This project is no longer developed. I will only accept PR to fix issues like this.