Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Scenic based Env.render #76

Open
doctorcorral opened this issue Aug 31, 2019 · 0 comments
Open

Implement Scenic based Env.render #76

doctorcorral opened this issue Aug 31, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@doctorcorral
Copy link
Owner

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 doctorcorral added enhancement New feature or request help wanted Extra attention is needed labels Aug 31, 2019
@doctorcorral doctorcorral self-assigned this Aug 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant