gym/gym/utils/colorize.py [5:15]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
color2num = dict(
    gray=30,
    red=31,
    green=32,
    yellow=33,
    blue=34,
    magenta=35,
    cyan=36,
    white=37,
    crimson=38
)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



rl-algs/rl_algs/common/console_util.py [23:33]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
color2num = dict(
    gray=30,
    red=31,
    green=32,
    yellow=33,
    blue=34,
    magenta=35,
    cyan=36,
    white=37,
    crimson=38
)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



