colosseumrl.examples.tron_client module

This script defines an example automated tron client that will avoid walls if it’s about to crash into one.

This is meant to be an example of how to implement a basic matchmaking agent.

colosseumrl.examples.tron_client.logger = <Logger colosseumrl (DEBUG)>
colosseumrl.examples.tron_client.tron_client(env: colosseumrl.envs.tron.TronGridClientEnvironment.TronGridClientEnvironment, username: str)[source]

Our client function for the random tron client.

Parameters
  • env (TronGridClientEnvironment) – The client environment that we will interact with for this agent.

  • username (str) – Our desired username.