Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
|
Functions & classes that extend the gymnasium library. More...
Classes | |
class | SimpleGym |
A simplified Gymnasium enviorment that uses pygame and handles some stuff for you, like rendering keeping track of steps, returning the right things from the right functions, event handling, including some default keyboard shortcuts, and some debugging features. More... | |
Variables | |
lazy_import | gym = lazy_import('gymnasium') |
lazy_import | pygame = lazy_import('pygame') |
Functions & classes that extend the gymnasium library.