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

Savable Replay Queue #7

Closed Kautenja closed 6 years ago

Kautenja commented 6 years ago

a way to save and restore the replay queue could be helpful

Kautenja commented 6 years ago

the queue is savable now, but there isn't really a need for this