Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 584 Bytes

File metadata and controls

29 lines (19 loc) · 584 Bytes

Halite

Team lime's halite bot

Installation

git clone git@github.com:jamesrosstwo/halite.git
cd halite
conda env create --file environment.yaml
conda activate halite

Add pytorch to your conda environment

Submission

python submit.py

The agent script will be compiled in the build directory specified in settings.yaml, and submitted your API Credentials

Gym

OpenAI Gym environment to easily carry out reinforcement learning

Installation