SkillAgentSearch skills...

TamakEriFever

AI for google research football

Install / Use

/learn @YuriCat/TamakEriFever
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img src="curie.gif" alt="cuire" width="800px"> </div>

TamakEriFever: Google Research Football AI Engine

kaggle competition

Usage

Build docker image

 docker build -t football:latest -f Dockerfile .

Run docker container

 docker run --ipc host --name football -v $PWD:/home -w=/ --rm -it football:latest /bin/bash -c "cd /home && /bin/bash"

Rendering game vs builtin_ai

python view_test.py

Evaluation vs several agents

python handyrl.py --eval ${MODEL_PATH} ${NUM_GAMES} ${NUM_WORKERS}

Training

Server machine

  OMP_NUM_THREADS=1 python handyrl.py --train-server

Worker machines

 python handyrl.py --worker
View on GitHub
GitHub Stars27
CategoryEducation
Updated1y ago
Forks8

Languages

Python

Security Score

60/100

Audited on May 23, 2024

No findings