You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: