Games ===== Different negotiation scenario implementations for various research contexts. .. automodule:: negotiation_platform.games :members: :undoc-members: :show-inheritance: Game Implementations ------------------- Submodules ---------- Abstract base class defining the interface for all negotiation games. .. automodule:: negotiation_platform.games.base_game :members: :undoc-members: :show-inheritance: Company Car Game (Price Bargaining) ----------------------------------- Bilateral car price negotiation with time-adjusted BATNAs and strategic guidance. .. automodule:: negotiation_platform.games.price_bargaining :members: :undoc-members: :show-inheritance: Resource Allocation Game ------------------------ Multi-resource distribution negotiation between development and marketing teams. .. automodule:: negotiation_platform.games.resource_allocation :members: :undoc-members: :show-inheritance: Integrative Negotiation Game ---------------------------- Multi-issue collaborative negotiation focusing on mutual value creation. .. automodule:: negotiation_platform.games.integrative_negotiation :members: :undoc-members: :show-inheritance: Negotiation Tools ----------------- Supporting utilities and tools for game implementations. .. automodule:: negotiation_platform.games.negotiation_tools :members: :undoc-members: :show-inheritance: