Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpalms committed Jun 13, 2024
1 parent 8e8b650 commit 63d86b9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 0 additions & 2 deletions units/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@
title: Reinforcement Learning Training
- local: unitbonus3/agent-submission
title: Submit your Agent on DIAMBRA Competition Platform
- local: unitbonus3/other-games
title: Train on Other Games
- local: unitbonus3/references
title: References
- title: Bonus Unit 4. Advanced Topics in Reinforcement Learning
Expand Down
2 changes: 1 addition & 1 deletion units/en/unitbonus3/agent-submission.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Then, submit your agent using the manifest file:
diambra agent submit --submission.secrets-from=huggingface --submission.manifest submission-manifest.yaml
```

This will automatically retrieve the Hugging Face token you saved earlier and will create a new submission on DIAMBRA platform.
This will automatically retrieve the Hugging Face token you saved earlier and will create a new submission on [DIAMBRA Competition Platform](https://diambra.ai).

You will be able to see it on your dashboard just logging in with your credentials, and watch it being streamed on Twitch!

Expand Down
11 changes: 11 additions & 0 deletions units/en/unitbonus3/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ They all support both single player (1P) as well as two players (2P) mode, makin

Interfaced games have been selected among the most popular fighting retro-games. While sharing the same fundamental mechanics, they provide different challenges, with specific features such as different type and number of characters, how to perform combos, health bars recharging, etc. Whenever possible, games are released with all hidden/bonus characters unlocked.

In this unit we will focus on Street Fighter III, but other historic games are also available, and the list will continue to grow. Switching between them is very straightforward, so at the end of the unit you will be able to easily target additional titles.

| <img src="https://raw.githubusercontent.com/diambra/arena/main/img/doapp.jpg" alt="doapp" width="125"/> | <img src="https://raw.githubusercontent.com/diambra/arena/main/img/sfiii3n.jpg" alt="sfiii3n" width="125"/> | <img src="https://raw.githubusercontent.com/diambra/arena/main/img/tektagt.jpg" alt="tektagt" width="125"/> | <img src="https://raw.githubusercontent.com/diambra/arena/main/img/umk3.jpg" alt="umk3" width="125"/> | <img src="https://raw.githubusercontent.com/diambra/arena/main/img/samsh5sp.jpg" alt="samsh6sp" width="125"/> | <img src="https://raw.githubusercontent.com/diambra/arena/main/img/kof98umh.jpg" alt="kof98umh" width="125"/> |
| :------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------: |
| Dead<br>Or<br>Alive ++ | Street<br>Fighter III<br>3rd Strike | Tekken Tag<br>Tournament | Ultimate<br>Mortal<br>Kombat 3 | Samurai<br>Showdown<br>5 Special | The King of<br>Fighers '98<br>Ultimate<br>Match Hero |

| <img src="https://raw.githubusercontent.com/diambra/arena/main/img/mvsc.jpg" alt="mvsc" width="125"/> | <img src="https://raw.githubusercontent.com/diambra/arena/main/img/xmvsf.jpg" alt="xmvsf" width="125"/> | <img src="https://raw.githubusercontent.com/diambra/arena/main/img/soulclbr.jpg" alt="soulclbr" width="125"/> |
| :------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------: |
| Marvel<br>VS<br>Capcom | X-Men<br>VS<br>Street Fighter | Soul<br>Calibur |


## Preliminary Steps: Download Game ROM(s) and Check Validity

After completing the installation, you will need to obtain the Game ROM(s) of your interest and check their validity according to the following steps.
Expand Down
9 changes: 0 additions & 9 deletions units/en/unitbonus3/other-games.mdx

This file was deleted.

0 comments on commit 63d86b9

Please sign in to comment.