qgym.spaces.discrete module
This module contains the Discrete
space, i.e., a range of integers.
A sample returns a randomly generated number within the bounds of the Discrete space.
- Usage:
>>> from qgym.spaces import Discrete >>> Discrete(3) Discrete(3)