eugenevinitsky / sequential_social_dilemma_games

Repo for reproduction of sequential social dilemmas
MIT License
387 stars 132 forks source link

Build model for Harvest #62

Closed eugenevinitsky closed 5 years ago

eugenevinitsky commented 5 years ago

Construct the following model in the run scripts (https://arxiv.org/pdf/1810.08647.pdf section 6.3): a single convolutional layer with a kernel of size 3, stride of size 1, and 6 output channels. This is connected to two fully connected layers of size 32 each, and an LSTM with 128 cells.

eugenevinitsky commented 5 years ago

Done!