cair / deep-rts

A Real-Time-Strategy game for Deep Learning research
MIT License
202 stars 34 forks source link

Where are the models/algorithms defined? #55

Open leestar opened 4 months ago

leestar commented 4 months ago

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.