Skip to content

AlaRduTP/LAOLOCM

Repository files navigation

LAOLOCM

Requirements

  • Python3
  • Cython
  • JRE
  • Nim
  • Rust
    • nightly

Cython

pip3 install Cython

JRE

For LOCM referee.

sudo apt install default-jre

Nim

wget https://nim-lang.org/download/nim-1.4.2-linux_x64.tar.xz
tar Jxvf nim-1.4.2-linux_x64.tar.xz
cd nim-1.4.2
sudo sh install.sh /usr/bin

Rust

(For current baseline agent: Chad)

curl https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env

install nightly

rustup install nightly

Compilation

make

clean

make clean

Chad

make -C Agents/Chad/agent

clean

make -C Agents/Chad/agent clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published