Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 511 Bytes

agents.rst

File metadata and controls

32 lines (20 loc) · 511 Bytes

Agents

The othello.agent package contains an abstract base class Agent that all agent classes should be derived from. New agent types can be registered as plugins.

othello.agent.base

.. automodule:: othello.agent.base
   :members:


othello.agent.human

.. automodule:: othello.agent.human
   :members:


othello.agent.random_bot

.. automodule:: othello.agent.random_bot
   :members: