Hi, some environments have render functions (like MountainCar etc...) but the main run function does not propose any native way to use this render function when possible.
It would be great to add this as a parameter or to create a new hook RenderEpisode (or something like that) which call the render(env) function at each PRE_ACT_STAGE (plus special cases).
I personaly find the hook more flexible and adapted to the package style !
Thanks !