mirror of
https://github.com/microsoft/autogen.git
synced 2025-06-26 22:30:10 +00:00
Correct README command examples for chess game sample. (#6008)
Fix outdated script references from chess_game.py to main.py
This commit is contained in:
parent
8f58e4704f
commit
334209f825
@ -63,12 +63,12 @@ please refer to the [Models documentation](https://microsoft.github.io/autogen/s
|
|||||||
Run the following command to start the game:
|
Run the following command to start the game:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python chess_game.py
|
python main.py
|
||||||
```
|
```
|
||||||
|
|
||||||
By default, the game will use a random agent to play against the AI agent.
|
By default, the game will use a random agent to play against the AI agent.
|
||||||
You can enable human vs AI mode by setting the `--human` flag:
|
You can enable human vs AI mode by setting the `--human` flag:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python chess_game.py --human
|
python main.py --human
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user