Crate amfiteatr_core

source ·
Expand description

§amfiteatr

Licence: MIT

Crate providing framework to build models simulating game theory problems. It is designed to help model problems involving many players. For examples look at amfiteatr_examples

Modules§

  • Traits and generic implementations of agent (player).
  • Traits and basic implementation for communication driving structs.
  • Module with demonstration constructions
  • Generic structs used in communication between agents and environment.
  • Traits and generic implementations for game controlling environment.
  • Structures used for error handling in framework.