I want to customize the models/algorithms for each of the players (for example, comparing two different kinds of DQNs where one has a smaller experience replay than the other, etc). But I don't see in the code where these models/algorithms are defined.
I want to customize the models/algorithms for each of the players (for example, comparing two different kinds of DQNs where one has a smaller experience replay than the other, etc). But I don't see in the code where these models/algorithms are defined.