GitXplorerGitXplorer
j

connect-x

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
466ea05577ee5a57cae12549993f93b1793f1be5

resolve conflicts

jjanjagusch-instaffo committed 5 years ago
Unverified
f8426f7a9f8806b02081546a4dab55419952763e

resolve conflicts

jjanjagusch-instaffo committed 5 years ago
Unverified
8710ba609ba62868e0e49b486aed2e16071abdcb

update submission_standalone

jjanjagusch-instaffo committed 5 years ago
Unverified
c45f12b78295619633d24fc52457e3c75b93d9d4

fix submission

jjanjagusch-instaffo committed 5 years ago
Unverified
7fa3cdfc57bf58425c7d847528f0491ecced73eb

Remove whitespace

hhaakonrob committed 5 years ago
Unverified
ee8056488e5e8dff478c7e4e6b3e5a4b052bbe4a

Update connect_x/agents/iterative_deepening.py

hhaakonrob committed 5 years ago

README

The README file for this repository.

connect-x

My contribution to the Connect X competition on Kaggle.

Getting Started

Requirements

  • You have stored the Kaggle API credentials file according the official instructions.
  • You have Poetry installed in your global Python environment.

Installation

  1. Clone the repository from GitHub.

    git clone git@github.com:janjagusch/connect-x.git
    
  2. Install the dependencies.

    poetry install
    

Usage

  1. Build your own Connect X agent.

  2. Make sure your submission.py is valid.

    poetry run python bin/validate_submission
    
  3. Submit.

    poetry run bin/submit
    

Note: You can also submit solutions through the CI when releasing a new tag. In order to do so, you need to have the KAGGLE_API_TOKEN variable set.

  1. Create a new token for the Kaggle API and store it as kaggle.json.

  2. In the directory where kaggle.json is stored, run:

    cat kaggle.json | base64
    
  3. Set the output as KAGGLE_API_TOKEN.

Development

We welcome contributions to this project! Please refer to the DEVELOPMENT.md for more details.

Help and Support

Authors