Skip to content

Commit f062baa

Browse files
committed
polish(pu): polish algo_overview
1 parent c004eac commit f062baa

6 files changed

+14
-16
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ cd LightZero
217217
python3 -u zoo/board_games/tictactoe/config/tictactoe_muzero_bot_mode_config.py
218218
```
219219
220-
Train a UniZero agent to play [Pong](https://gymnasium.farama.org/environments/atari/pong/):
220+
Train a UniZero agent to play [Pong](http
221+
g/):
221222
222223
```bash
223224
cd LightZero
@@ -322,10 +323,11 @@ The following are the overview MCTS principle diagrams of the above algorithms:
322323
323324
- [MCTS](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/mcts_overview.pdf)
324325
- [AlphaZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/alphazero_overview.pdf)
325-
- [MuZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/muzero_overview.pdf)
326-
- [EfficientZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/efficientzero_overview.pdf)
327-
- [SampledMuZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/sampled_muzero_overview.pdf)
328-
- [GumbelMuZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/gumbel_muzero_overview.pdf)
326+
- [MuZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/muzero_overview.png)
327+
- [EfficientZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/efficientzero_overview.png)
328+
- [SampledMuZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/sampled_muzero_overview.png)
329+
- [GumbelMuZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/gumbel_muzero_overview.png)
330+
- [StochasticMuZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/stochastic_muzero_overview.png)
329331
330332
</details>
331333

README.zh.md

+7-11
Original file line numberDiff line numberDiff line change
@@ -306,17 +306,13 @@ LightZero的文档可以在[这里](https://opendilab.github.io/LightZero/)找
306306
<details closed>
307307
<summary>(点击查看)</summary>
308308

309-
[MCTS](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/mcts_overview.pdf)
310-
311-
[AlphaZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/alphazero_overview.pdf)
312-
313-
[MuZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/muzero_overview.pdf)
314-
315-
[EfficientZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/efficientzero_overview.pdf)
316-
317-
[SampledMuZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/sampled_muzero_overview.pdf)
318-
319-
[GumbelMuZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/gumbel_muzero_overview.pdf)
309+
- [MCTS](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/mcts_overview.pdf)
310+
- [AlphaZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/alphazero_overview.pdf)
311+
- [MuZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/muzero_overview.png)
312+
- [EfficientZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/efficientzero_overview.png)
313+
- [SampledMuZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/sampled_muzero_overview.png)
314+
- [GumbelMuZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/gumbel_muzero_overview.png)
315+
- [StochasticMuZero](https://github.com/opendilab/LightZero/blob/main/assets/algo_overview/stochastic_muzero_overview.png)
320316

321317
</details>
322318

-348 KB
Binary file not shown.
-498 KB
Binary file not shown.
-362 KB
Binary file not shown.
-516 KB
Binary file not shown.

0 commit comments

Comments
 (0)