Skip to content

Latest commit

 

History

History

selfplay

Install

pip install "openrl[selfplay]"

How to Use

Users can train Tic-Tac-Toe via:

python train_selfplay.py

Play with a Trained Agent

Users can play with a trained agent via:

python human_vs_agent.py

Evaluate Trained Agents

If you want to evaluate your trained agents, please try to use OpenRL Arena as illustrated here