removed entering the arena from the getting started tutorial
parent
a38ddc395b
commit
0d91006e0b
|
@ -57,17 +57,6 @@ Create your agent template using the command:
|
|||
|
||||

|
||||
|
||||
### 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
|
||||
```
|
||||
|
||||

|
||||
|
||||
## Section 4: Running Your Agent
|
||||
|
||||
Begin by starting your agent using the command:
|
||||
|
|
Loading…
Reference in New Issue