Farama-Foundation / Arcade-Learning-Environment

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

Replace interactive exit by sys.exit #498

Closed ChristofKaufmann closed 7 months ago

ChristofKaufmann commented 10 months ago

The helper function for interactive shells exit should not be used in programs. Instead sys.exit is the way to go. This PR fixes #490.