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

Parameter "--sz" function #12

Closed Taylor-Liu closed 6 years ago

Taylor-Liu commented 6 years ago

What does the parameter "--sz" mean in main.py?

inoryy commented 6 years ago

resolution for the screen and minimap, e.g. with sz=32 your game will be created with 32x32 screen and minimap resolution.