We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AIC22-Client-Python/src/model.py
Line 182 in c3e61f3
سلام. فکر میکنم این خط از کد باید با خط زیر جایگزین شود. در حال حاضر تیم و نوع agent به درستی از enum استفاده نمیکنند و مقادیر ۰ یا ۱ میگیرند.
return Agent(id=agent.id, team=Team.to_model(agent.team), agent_type=AgentType.to_model(agent.type), node_id=agent.node_id, is_dead=agent.is_dead)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AIC22-Client-Python/src/model.py
Line 182 in c3e61f3
سلام. فکر میکنم این خط از کد باید با خط زیر جایگزین شود. در حال حاضر تیم و نوع agent به درستی از enum استفاده نمیکنند و مقادیر ۰ یا ۱ میگیرند.
The text was updated successfully, but these errors were encountered: