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
        • 2 Player Tic Tac Toe
        • 3 Player Tic Tac Toe
        • 4 Player Tic Tac Toe
ColosseumRL
  • Docs »
  • Overview: module code

All modules for which code is available

  • builtins
  • colosseumrl.BaseEnvironment
  • colosseumrl.ClientEnvironment
  • colosseumrl.FrameRateKeeper
  • colosseumrl.RLApp
  • colosseumrl.config
  • colosseumrl.data_model
  • colosseumrl.envs.blokus.BlokusClientEnvironment
  • colosseumrl.envs.blokus.BlokusEnvironment
  • colosseumrl.envs.blokus.ai
  • colosseumrl.envs.blokus.board
  • colosseumrl.envs.blokus.computation
  • colosseumrl.envs.blokus.gui
  • colosseumrl.envs.blokus.main
  • colosseumrl.envs.testgame.TestGame
  • colosseumrl.envs.tictactoe.tictactoe_2p_env
  • colosseumrl.envs.tictactoe.tictactoe_3p_env
  • colosseumrl.envs.tictactoe.tictactoe_4p_env
  • colosseumrl.envs.tron.CyTronGrid
  • colosseumrl.envs.tron.TronGridClientEnvironment
  • colosseumrl.envs.tron.TronGridEnvironment
  • colosseumrl.examples.blokus_multi_client
  • colosseumrl.examples.tron_client
  • colosseumrl.match_server
  • colosseumrl.matchmaking.MatchmakingClient
  • colosseumrl.matchmaking.MatchmakingServer
  • colosseumrl.matchmaking.RankingDatabase
  • colosseumrl.matchmaking.grpc_gen.server_pb2_grpc
  • colosseumrl.rl_logging
  • colosseumrl.util
  • grpc_gen.server_pb2
  • logging
  • zmq.sugar.context

© Copyright 2019, UCI Institute for Genomics and Bioinformatics

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