Skip to content

Instantly share code, notes, and snippets.

@akshaykhadse
Last active July 27, 2020 18:08
Show Gist options
  • Save akshaykhadse/709cac203b1bdb97b581915221d8c878 to your computer and use it in GitHub Desktop.
Save akshaykhadse/709cac203b1bdb97b581915221d8c878 to your computer and use it in GitHub Desktop.
Kaggle

Kaggle

Simulations

Courses

Get list of pre-implemented agents

from kaggle_environments import make, evaluate

# Create the game environment
# Set debug=True to see the errors if your agent refuses to run
env = make("connectx", debug=True)

# List of available default agents
print(list(env.agents))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment