numberlink.mainΒΆ
Module ContentsΒΆ
FunctionsΒΆ
Register the NumberLink environment with Gymnasium. |
APIΒΆ
- numberlink.main.main() None[source]ΒΆ
Register the NumberLink environment with Gymnasium.
This function is the package entry point invoked by
python -m numberlink. It registers the environment idNumberLinkRGB-v0so callers can create environments withgymnasium.make("NumberLinkRGB-v0").- Raises:
RuntimeError β If registration fails for an unexpected reason.