-
Notifications
You must be signed in to change notification settings - Fork 148
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
Manual play not working #61
Comments
Thanks for the report, we'll take a look! |
I second this. Reproduction is very easy. This docker-compose.yml:
Browser: Firefox 80.0.1 (same result on Google Chrome 85.0.4183.102 (Official Build) (64-bit) ) Result: And this just hangs like that seemingly forever |
I have the same issue. I see the following error in the console log:
|
I've gone a number of reports on this on the kaggle forums as well. I will try to prioritize to take a look at this. |
The current player code seems to depend on the
This shows that the current kaggle version is using the |
Is there any progress on this? at least in my case the manual play works if I run locally a Jupyter notebook, but gets stuck in the 'processing' if I run it for example on Google Colab. |
I'm having this issue as well, I've tried running a Jupyter notebook locally as well as using Google Colab and the Kaggle Notebooks, but I get the same "Processing" message no matter the enviroment. Any workarounds? |
hey it didn't work for me using Jupyter Lab but it did work using normal notebooks. |
Hi there,
I am having a problem getting the manual play to work.
I get the board to render, but when I click on a column it just says "processing..." and nothing ever happens.
Here's the code:
I have tried using "random" instead of "negamax" and I have also tried switching to second player, but nothing works.
Here are the versions I am using.
Thank you,
Marshall
The text was updated successfully, but these errors were encountered: