jonathan-laurent / AlphaZero.jl

A generic, simple and fast implementation of Deepmind's AlphaZero algorithm.

Home Page:https://jonathan-laurent.github.io/AlphaZero.jl/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NVIDIA GeForce GTX 1650 isn't good?

StepHaze opened this issue · comments

For pretty complex, non-trivial games NVIDIA GeForce GTX 1650 isn't enough?
I decreased the number_games, num_filters, num_workers, etc, but keep getting "Killed" error message (Linux) during self-playing or learning.

This GPU should be enough for simple games if you reduce some hyperparameters.
In addition to the ones you mention, reducing batch_size may also help.
I cannot help you much more without more details though.