Skip to content

Commit

Permalink
Add comment explaining ssl error when installing ROMs
Browse files Browse the repository at this point in the history
  • Loading branch information
nhuet committed Jan 11, 2024
1 parent b10e1ec commit 151fa68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/full_multisolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
In doing so (`pip install gymnasium[accept-rom-license]`), you agree to own a license to these Atari 2600 ROMs
and agree to not distribution these ROMS.
If you still does not have the ROMs after that, and getting the following error:
> gymnasium.error.Error: We're Unable to find the game "MsPacman". Note: Gymnasium no longer distributes ROMs.
it may be due to a (silent) ssl error that can be resolved by setting the environment variable CURL_CA_BUNDLE
to the proper certificate (https://stackoverflow.com/a/31060428).
"""

from math import sqrt
Expand Down

0 comments on commit 151fa68

Please sign in to comment.