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
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.
The text was updated successfully, but these errors were encountered:
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 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.
The text was updated successfully, but these errors were encountered: