llm-colosseum icon indicating copy to clipboard operation
llm-colosseum copied to clipboard

how to change characters?

Open taozhiyuai opened this issue 10 months ago • 4 comments

it seems Qwen 0.5B is better model to run. by the way, how to change characters?

Alex, Twelve, Hugo, Sean, Makoto, Elena, Ibuki, Chun-Li, Dudley, Necro, Q, Oro, Urien, Remy, Ryu, Gouki, Yun, Yang, Ken

taozhiyuai avatar Mar 30 '24 19:03 taozhiyuai

There is a way to change characters, but it's not easy right now

  1. You need to change the Diambra parameters here Capture d’écran 2024-04-01 à 09 00 07

  2. You need to change the "character color" and "enemy color". That's how we know character position : by looking at the pixels of this color.

  3. You need to edit the moves in config.py so that the special moves of each character is properly mapped.

With better configuration, this could be easier to do, but that was not a priority for now

oulianov avatar Apr 01 '24 16:04 oulianov

Wow this is awesome project

Suenynis avatar Apr 01 '24 16:04 Suenynis

There is a way to change characters, but it's not easy right now

  1. You need to change the Diambra parameters here
Capture d’écran 2024-04-01 à 09 00 07 2. You need to change the "character color" and "enemy color". That's how we know character position : by looking at the pixels of this color. 3. You need to edit the moves in `config.py` so that the special moves of each character is properly mapped.

With better configuration, this could be easier to do, but that was not a priority for now

it is not easy for me to modify files.

taozhiyuai avatar Apr 01 '24 16:04 taozhiyuai

You should download VS Code and learn some more python ! It's not easy but it's worth it. You'll be able to do this and much more.

oulianov avatar Apr 02 '24 00:04 oulianov