Expand description
§amfiteatr
Crate providing framework to build models simulating game theory problems with support for machine learning techniques. It is designed to help model problems involving many players.
§Examples
For examples look at amfiteatr_examples
§State
The crate is in research/experimental state. API is dynamically changing on every release. U should probably avoid using it in production.
§Licence: MIT
Modules§
- agent
- Traits and generic implementations of agent (player).
- comm
- Traits and basic implementation for communication driving structs.
- demo
- Module with demonstration constructions
- domain
- Generic structs used in communication between agents and environment.
- env
- Traits and generic implementations for game controlling environment.
- error
- Structures used for error handling in framework.
- reexport
- util