In SC2, probe can do their actions, but like 'Gather', some actions are continuous. It means that after one cycle to gather minerals, probe doesn't stop to act gathering.
- I think after doing the action, the agent should be idle state. Therefore, the gathering motion must be turned off.
- My thought is we can figure out its problem using queue_command. After every action, we can order the units to stop. Then, the agents can be idle state.
To figure out this problem, I think we need to modify Action, Agent, Core class. So, can anybody help me?
In SC2, probe can do their actions, but like 'Gather', some actions are continuous. It means that after one cycle to gather minerals, probe doesn't stop to act gathering.
To figure out this problem, I think we need to modify Action, Agent, Core class. So, can anybody help me?