Skip to content

Commit

Permalink
polish(pu): polish quick start config
Browse files Browse the repository at this point in the history
  • Loading branch information
puyuan1996 committed Dec 10, 2024
1 parent b9dce4e commit 5614025
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
[![GitHub license](https://img.shields.io/github/license/opendilab/LightZero)](https://github.com/opendilab/LightZero/blob/master/LICENSE)
[![discord badge](https://dcbadge.vercel.app/api/server/dkZS2JF56X?style=flat)](https://discord.gg/dkZS2JF56X)

Updated on 2024.11.23 LightZero-v0.1.0
Updated on 2024.12.10 LightZero-v0.1.0

English | [简体中文(Simplified Chinese)](https://github.com/opendilab/LightZero/blob/main/README.zh.md) | [Documentation](https://opendilab.github.io/LightZero) | [LightZero Paper](https://arxiv.org/abs/2310.08348) | [🔥UniZero Paper](https://arxiv.org/abs/2406.10667) | [🔥ReZero Paper](https://arxiv.org/abs/2404.16364)

Expand Down Expand Up @@ -221,7 +221,7 @@ Train a MuZero agent to play [Pong](https://gymnasium.farama.org/environments/at
```bash
cd LightZero
python3 -u zoo/atari/config/atari_muzero_config.py
python3 -u zoo/atari/config/atari_muzero_segment_config.py
```
Train a MuZero agent to play [TicTacToe](https://en.wikipedia.org/wiki/Tic-tac-toe):
Expand All @@ -235,7 +235,7 @@ Train a UniZero agent to play [Pong](https://gymnasium.farama.org/environments/a
```bash
cd LightZero
python3 -u zoo/atari/config/atari_unizero_config.py
python3 -u zoo/atari/config/atari_unizero_segment_config.py
```
## 📚 Documentation
Expand Down
6 changes: 3 additions & 3 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[![Contributors](https://img.shields.io/github/contributors/opendilab/LightZero)](https://github.com/opendilab/LightZero/graphs/contributors)
[![GitHub license](https://img.shields.io/github/license/opendilab/LightZero)](https://github.com/opendilab/LightZero/blob/master/LICENSE)

最近更新于 2024.11.23 LightZero-v0.1.0
最近更新于 2024.12.10 LightZero-v0.1.0

[English](https://github.com/opendilab/LightZero/blob/main/README.md) | 简体中文 | [文档](https://opendilab.github.io/LightZero) | [LightZero 论文](https://arxiv.org/abs/2310.08348) | [🔥UniZero 论文](https://arxiv.org/abs/2406.10667) | [🔥ReZero 论文](https://arxiv.org/abs/2404.16364)

Expand Down Expand Up @@ -189,7 +189,7 @@ python3 -u zoo/classic_control/cartpole/config/cartpole_muzero_config.py

```bash
cd LightZero
python3 -u zoo/atari/config/atari_muzero_config.py
python3 -u zoo/atari/config/atari_muzero_segment_config.py
```

使用如下代码在 [TicTacToe](https://en.wikipedia.org/wiki/Tic-tac-toe) 环境上快速训练一个 MuZero 智能体:
Expand All @@ -203,7 +203,7 @@ python3 -u zoo/board_games/tictactoe/config/tictactoe_muzero_bot_mode_config.py

```bash
cd LightZero
python3 -u zoo/atari/config/atari_unizero_config.py
python3 -u zoo/atari/config/atari_unizero_segment_config.py
```

## 📚 文档
Expand Down

0 comments on commit 5614025

Please sign in to comment.