amidos2006 / gym-pcgrl

A package for "Procedural Content Generation via Reinforcement Learning" OpenAI Gym interface.
MIT License
113 stars 27 forks source link

get_stats only when map changed. #1

Closed smearle closed 4 years ago

smearle commented 4 years ago

I don't think we need to call get_stats() if the map has not changed? This at least seems to be true in binary_problem, and results in higher FPS.

amidos2006 commented 4 years ago

Great catch thanks :)