qgym.utils.visualisation.wrappers module
This module contains wrappers around some commonly used pygame
functions.
- qgym.utils.visualisation.wrappers.draw_point(screen, pos, color, r=10)[source]
Draw a point on the screen.
- qgym.utils.visualisation.wrappers.draw_wide_line(screen, color, point1, point2, *, width=2)[source]
Draw a wide line on the screen.
- Parameters:
- Return type:
- qgym.utils.visualisation.wrappers.shade_rect(screen, size, pos, color, alpha)[source]
Shade a rectangular area.
- Parameters:
- Return type: