Farama-Foundation / Arcade-Learning-Environment

The Arcade Learning Environment (ALE) -- a platform for AI research.
GNU General Public License v2.0
2.12k stars 420 forks source link

Add `const` keyword to getters #457

Closed AlessioZanga closed 2 years ago

AlessioZanga commented 2 years ago

As the title says, this patch add missing const correctness to getters of the ALEInterface class.

JesseFarebro commented 2 years ago

Hi @AlessioZanga, sorry for taking so long to get around to this PR. Thanks for the contribution! 🎉