Skip to content

Latest commit

 

History

History
 
 

snake

This is the example for the snake game.

Installation

pip install "openrl[selfplay]"

Usage

python train_selfplay.py

Evaluate JiDi submissions locally

python jidi_eval.py

Submit to JiDi

Submition site: http://www.jidiai.cn/env_detail?envid=1.

Snake senarios: here Original Snake environment: here

Evaluate Google Research Football submissions for JiDi locally

If you want to evaluate your Google Research Football submissions for JiDi locally, please try to use tizero as illustrated here.