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

Optimize Replay Queue #6

Closed Kautenja closed 6 years ago

Kautenja commented 6 years ago

current implementation is not guaranteed to be the most optimal. perhaps refactor.

Kautenja commented 6 years ago

done, about 2.5x speedup