Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to create an instance of AI class in multi processing mode #3

Open
SahithKumarrko opened this issue Sep 29, 2020 · 2 comments

Comments

@SahithKumarrko
Copy link

I am trying to use a part of your code and i was stuck at an Error:
TypeError:
Traceback (most recent call last)
in ()
35 return grid
36
---> 37 ai = AI()

in build_move_table(self)
140 row_moved = tuple(move_row(row))
--> 142 if max(row_moved) > max_cell:
143 self.move_table[idx] = -1
144 else:

TypeError: '>' not supported between instances of 'NoneType' and 'int'

@ihrishix
Copy link

@SahithKumarrko Is this project still open ?

@kcwu
Copy link
Owner

kcwu commented Nov 16, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants