Stratega
stable
Stratega Docs
About
Introduction
Community
Getting Started
Installation
Tutorials
First steps (Python)
Implementing Simple AI Agents
Implementing One Step Look Ahead
Agents and Game States: Samples
Defining a new game
Advanced Agents
Structure
Overview
Game State Representation
Game Logic
Arena
Games
Turn-based
Real-time
Extra Information
Frequently asked questions
References
YAML Reference
C++ Reference
Python Reference
Stratega python bindings
stratega.load_config
stratega.create_runner
stratega.create_arena
stratega.generate_agents
stratega.set_default_logger
stratega.load_levels_from_yaml
stratega.ActionType
stratega.ActionFlag
stratega.ActionInfo
stratega.Action
stratega.EntityType
stratega.Entity
stratega.TileType
stratega.Tile
stratega.BoardTiles
stratega.Player
stratega.GameType
stratega.GameDescription
stratega.EntityCategory
stratega.ActionCategory
stratega.Parameter
stratega.ActionSourceType
stratega.TargetTypeEnum
stratega.TargetType
stratega.SamplingMethod
stratega.Condition
stratega.Effect
stratega.ActionTargetEnum
stratega.ActionTarget
stratega.EntityPlacement
stratega.LevelDefinition
stratega.TechnologyTreeCollection
stratega.TechnologyTreeType
stratega.TechnologyTreeNode
stratega.GameRunner
stratega.GameConfig
stratega.GameInfo
stratega.Arena
stratega.GameObserver
stratega.MinimizeDistanceHeuristic
stratega.ActionAssignment
stratega.GameState
stratega.EntityForwardModel
stratega.TBSForwardModel
stratega.RTSForwardModel
stratega.OnTickEffect
stratega.OnEntitySpawnEffect
stratega.Path
stratega.Agent
stratega.Timer
Stratega
»
Python Reference
»
stratega.create_runner
Edit on GitHub
stratega.create_runner
stratega.
create_runner
(
gameConfig:
SGA::GameConfig
)
→
stratega.GameRunner
Create game runner