inoryy / reaver

Reaver: Modular Deep Reinforcement Learning Framework. Focused on StarCraft II. Supports Gym, Atari, and MuJoCo.
MIT License
554 stars 89 forks source link

Max pooling #2

Closed inoryy closed 6 years ago

inoryy commented 6 years ago

Need to try adding max pool layer into the model. Intuitively agent might benefit from spatial translation invariance on some maps like DefeatRoaches. Why doesn't DM use it?