gyx icon indicating copy to clipboard operation
gyx copied to clipboard

Implement Scenic based Env.render

Open doctorcorral opened this issue 4 years ago • 0 comments

An environment render allows seeing the environment representation of its current state. The render can be in the terminal for games like FrozenLake, but atari like environments need a richer interface for a colorful display.

Scenic seems to be an excellent framework for this task.

It must be allowed to define which render interface is to be used by the environment, so if scenic is chosen when calling render, scenic will be in charge.

doctorcorral avatar Aug 31 '19 01:08 doctorcorral