removed entering the arena from the getting started tutorial

This commit is contained in:
SwiftyOS
2023-12-05 18:00:05 +01:00
parent a38ddc395b
commit 0d91006e0b

View File

@@ -57,17 +57,6 @@ Create your agent template using the command:
![Create an Agent](../../../docs/content/imgs/quickstart/007_create_agent.png)
### Entering the Arena
The Arena is a collection of all AutoGPT agents. It serves as a competitive environment where all agents are assessed to find the best generalist agent. Entering the Arena is a required step for participating in AutoGPT hackathons. It allows your agent to be part of a diverse and dynamic ecosystem, where it is periodically assessed by the benchmark to be scored on the official leaderboard.
Officially enter the Arena by executing the command:
```bash
./run arena enter YOUR_AGENT_NAME
```
![Enter the Arena](../../../docs/content/imgs/quickstart/008_enter_arena.png)
## Section 4: Running Your Agent
Begin by starting your agent using the command: