diff --git a/examples/game/test_agent.py b/examples/game/test_agent.py index d2429ea..66be3a6 100644 --- a/examples/game/test_agent.py +++ b/examples/game/test_agent.py @@ -5,7 +5,7 @@ game_api_key="" -# the get_worker_state_fn and the get_agent_state_fn can be the same function or diffferent +# the get_worker_state_fn and the get_agent_state_fn can be the same function or different # each worker can also have a different get_worker_state_fn and maintain their own state # or they can share the same get_worker_state_fn and maintain the same state diff --git a/src/virtuals_sdk/game/README.md b/src/virtuals_sdk/game/README.md index 86973da..bd1223e 100644 --- a/src/virtuals_sdk/game/README.md +++ b/src/virtuals_sdk/game/README.md @@ -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 @@ -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(