Cryolite
Cryolite
Concludingly, I leave this issue as a valid enhancement request, but also label it as "won't fix" because supporting the format of Tenhou's game records is expensive to implement, has...
What command did you execute?
In order to measure the objective performance of kanachan, a baseline mahjong AI model that satisfies the following conditions will be needed: 1. it performs to a certain degree, 2....
I use RTX-3090, so the GPU memory is 24GB. The speed of learning on GPUs is achieved through parallelism with a certain batch size, so learning with small batch sizes...
For example, the following command ```sh $ docker run hello-world ``` outputs the same error, the problem could be a failure in the Docker installation, and there's nothing that can...
Are there still any errors in the `develop` branch? Please try executing the following sequence of commands in order. ```bat git checkout develop git pull docker-compose down docker-compose build --pull...
I have added support for disabling of validation for game records into the `feature/disable-game-detail-validation` branch. Could you try the following command in the `feature/disable-game-detail-validation` branch? ```sh DOT_AWS_DIR=${DOT_AWS_DIR} AWS_PROFILE=${AWS_PROFILE} MAHJONGSOUL_SNIFFER_GAME_DETAIL_DISABLE_VALIDATION=1 docker...