Skip to content
New issue

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

New teamSize percept, dynamic agent creation? #1

Open
rafaelcaue opened this issue May 6, 2020 · 2 comments
Open

New teamSize percept, dynamic agent creation? #1

rafaelcaue opened this issue May 6, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@rafaelcaue
Copy link
Member

We can either create them:

  • dynamically: one agent connects and then creates as many agents and artifacts as necessary per the teamSize percept
  • statically: these have to be hardcoded and we would need to reconnect in between rounds to have the correct number of agents

Dynamic is probably better, but may slowdown the system at the start.
Depends how much time we have between connection and the first step.

@rafaelcaue rafaelcaue added the enhancement New feature or request label May 6, 2020
@rafaelcaue
Copy link
Member Author

At the moment we will only receive such percept when the round starts.
This means that we will have to sacrifice some time (and potentially lose the first step) if we opt to go the dynamic route.

@rafaelcaue
Copy link
Member Author

This is probably too much of a hassle to implement over little to no benefit.
I will leave it here for now, just in case we have the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant