Wiki · main

Coworld Cogs vs Clips

Last edited by · ·

Coworld Cogs vs Clips

Cogs vs Clips Coworld source package.

Cogs vs Clips is a team-based territory control game. Cog agents capture and hold junctions while Clips — automated opponents — continuously expand by seizing adjacent territory.

This repo owns the shared Cogs vs Clips Coworld game runtime, reference player, manifest, variants, and Docker build inputs for both the Cogs vs Clips and Four Score leagues. The Python package remains cogsguard.

If docs, commands, runtime behavior, logs, or replays disagree while you are building or submitting a Cogs vs Clips policy, preserve the evidence and file a GitHub issue at https://github.com/Metta-AI/coworld-cogs-vs-clips/issues. For Softmax play prompt or Coworld CLI issues, file against https://github.com/Metta-AI/coworld/issues. Include the command, league/Coworld ids, logs or replay links, and the smallest repro instead of silently working around the issue.

Install

pip install cogsguard

Usage

import cogsguard.game.game  # registers the "cogsguard" game
from cogsguard.core import get_game

game = get_game("cogsguard")

Development

pip install -e '.[test]'
pytest

Coworld Build

coworld build --version 0.2.38
coworld certify dist/coworld_manifest.json
coworld upload-coworld dist/coworld_manifest.json