Blef-team / blef_game_engine

The game engine API service for the game of Blef
GNU Affero General Public License v3.0
1 stars 0 forks source link

Remove agent name check from aiagent.py #199

Closed maciej-pomykala closed 2 years ago

maciej-pomykala commented 2 years ago

aiagent.py checks whether the current player's nickname matches the nickname of the agent it's attached to. That's unnecessary, because the ai orchestrator already takes care of invoking the specific agent who is supposed to represent the current player. We should thus remove this mechanism from aiagent.py.

create-issue-branch[bot] commented 2 years ago

Branch issue-199-Remove_agent_name_check_from_aiagent_py created!