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

Environment.render() does nothing with default arguments #92

Open
danieljohnprojects opened this issue Sep 14, 2020 · 0 comments · May be fixed by #120
Open

Environment.render() does nothing with default arguments #92

danieljohnprojects opened this issue Sep 14, 2020 · 0 comments · May be fixed by #120

Comments

@danieljohnprojects
Copy link

Hi there,

Like the title says it looks like the default behaviour for rendering is not quite working. The following code does not print anything.

from kaggle_environments import make, evaluate, utils
env=make("connectx", debug=True)
env.render()

From the documentation it looks like this should print out the state of the game in ASCII. It looks to be an issue with the core render function rather than the connectx environment as other environment types exhibit the same behaviour.

@johan-gras johan-gras linked a pull request Dec 15, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant