Kautenja / playing-mario-with-deep-reinforcement-learning

An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.
MIT License
68 stars 12 forks source link

render_mode in Agent #14

Closed Kautenja closed 6 years ago

Kautenja commented 6 years ago

headless servers can't render to the standard GPU, add an option to override the render mode to the Agents so they can be easily run on clusters / servers.

Kautenja commented 6 years ago

implemented