Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 901 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 901 Bytes

fights-example-agent

Example agent project structure for fights and runfights (TBA).

All files are part of the project by default. Any files to be ignored must be specified in fights-ai.yml.

Structure

Agent files

Agent Python files must each expose a Agent class that subclasses fights.base.BaseAgent. The paths are specified in fights-ai.yml.

fights-ai.yml must be present at the project root. It is used to specify project information such as the environment, agent file paths, and more.

Dependencies must be specified in requirements.txt, following the requirements file format.