ColosseumRL

Contents:

  • Installation
    • Dependencies
    • To install from PyPI:
    • To install from Github:
  • Getting Started
    • Playing Games Locally
    • Playing Games Online
      • Server
      • Client
    • Matchmaking
      • Example Matchmaking with Tron
  • Colosseumrl
    • Basic Classes
      • BaseEnvironment
      • ClientEnvironment
      • RLApp
    • Matchmaking
      • MatchmakingServer
      • MatchmakingClient
      • RankingDatabase
    • Environments
      • Tron
        • TronGridClientEnvironment
        • TronGridEnvironment
      • Blokus
        • BlokusClientEnvironment
        • BlokusEnvironment
      • Tic Tac Toe
        • colosseumrl.envs.tictactoe.tictactoe_2p_env module
        • 3 Player Tic Tac Toe
        • 4 Player Tic Tac Toe
ColosseumRL
  • Docs »
  • Colosseumrl
  • View page source

Colosseumrl¶

Basic Classes¶

  • BaseEnvironment
  • ClientEnvironment
  • RLApp

Matchmaking¶

  • MatchmakingServer
  • MatchmakingClient
  • RankingDatabase

Environments¶

  • Tron
    • TronGridClientEnvironment
    • TronGridEnvironment
  • Blokus
    • BlokusClientEnvironment
    • BlokusEnvironment
  • Tic Tac Toe
    • colosseumrl.envs.tictactoe.tictactoe_2p_env module
    • 3 Player Tic Tac Toe
    • 4 Player Tic Tac Toe
Next Previous

© Copyright 2019, UCI Institute for Genomics and Bioinformatics

Built with Sphinx using a theme provided by Read the Docs.