mpnunez / Connect4-AI

Training an AI Player to play Connect4
0 stars 0 forks source link

Combine AI players with their training code #10

Closed mpnunez closed 2 months ago

mpnunez commented 3 months ago

Instead of having separate files for DQN and DQN training, for example, put these together in one file/module along with the hyperparameters. In practice we can't really separate the algorithm from the agent code.

mpnunez commented 2 months ago
mpnunez commented 2 months ago

https://github.com/mpnunez/Connect4-AI/pull/13