Skip to content

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

@danieljohnprojects

Description

@danieljohnprojects

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions