pip install "openrl[selfplay]"Users can train Tic-Tac-Toe via:
python train_selfplay.pyUsers can play with a trained agent via:
python human_vs_agent.pyIf you want to evaluate your trained agents, please try to use OpenRL Arena as illustrated here