![]() |
|
#2
|
|||
|
|||
Hi,
You can perform actions simultaneously by adding them to different channels. The default channel is 0. So try adding the speech action to channel 1: Code:
agent.act(speech,1) |
|
|