Skip to content

Corrected typos #33

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/virtuals_sdk/game/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This library enables the creation of AI agents, in which actions are defined by the creator/developer. These agents can be used:
- Worker Mode: to autonomously execute tasks through interaction with the agent. User interaction and tasks is required for the agent to execute tasks. For example, "Bring me some fruits and then go sit on the chair".
- Agent Mode: to autonomously function in an open-ended manner by just providing a general goal. The agent independently and continously decides tasks for itself in an open-ended manner, and attempts to complete them.
- Agent Mode: to autonomously function in an open-ended manner by just providing a general goal. The agent independently and continuously decides tasks for itself in an open-ended manner, and attempts to complete them.


## Core Features
Expand Down Expand Up @@ -56,7 +56,7 @@ Key features:
- Processes function execution results to update state

### 3. Workers
Workers are simple interactiable agents that exectue the tasks defined by the user. They can be specialized agents with defined capabilities:
Workers are simple interactiable agents that execute the tasks defined by the user. They can be specialized agents with defined capabilities:

```python
worker = Worker(
Expand Down