chess.webm
Warning
This example fails sporadically. It is not yet clear why.
This example demonstrates how two agents can play chess against each other using the Plain Chess Game.
-
Start an instance of Scrapybara in your dashboard.
-
Open the instance and open up the Plain Chess Game.
-
Copy the instance ID and set it in the
instanceparameter of theAgents. -
Set up your environment:
export SCRAPYBARA_API_KEY="your_api_key"
-
Run the example:
uv run examples/chess/run.py