Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Chess Playing Example

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.

Running the Example

  1. Start an instance of Scrapybara in your dashboard.

  2. Open the instance and open up the Plain Chess Game.

  3. Copy the instance ID and set it in the instance parameter of the Agents.

  4. Set up your environment:

    export SCRAPYBARA_API_KEY="your_api_key"
  5. Run the example:

    uv run examples/chess/run.py