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
It would be great if the natural language messages from the chat box could be added into the observation / action space of the agents.
The text was updated successfully, but these errors were encountered:
This is available after 389d246 in branch dev now.
dev
The text from chat box can be get from observation['game']['messages']
observation['game']['messages']
and the message can be sent by assign text value to action['player']['message'].
action['player']['message']
Some functional prefixes in sending messages:
.
.Hello all my friends!
:
Alice: Hello Alice
>
Sorry, something went wrong.
No branches or pull requests
It would be great if the natural language messages from the chat box could be added into the observation / action space of the agents.
The text was updated successfully, but these errors were encountered: