Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/refactor model pairing #35

Merged
merged 5 commits into from
Jan 18, 2024
Merged

Feat/refactor model pairing #35

merged 5 commits into from
Jan 18, 2024

Conversation

phisad
Copy link
Collaborator

@phisad phisad commented Jan 17, 2024

As discussed in #34

  • now clem automatically assumes self-play when only a single model is given (and the game is multi-player)
  • the cli options are now more verbose (python3 scripts/cli.py run -g -m )
  • pipeline scripts have been adjusted (no changes in the games)
  • updated README
  • removed the option to run all games (as this simplifies the code and is now done in a pipeline script)

@phisad phisad self-assigned this Jan 17, 2024
@phisad phisad merged commit 7fc9571 into main Jan 18, 2024
Gnurro pushed a commit to Gnurro/clembench that referenced this pull request Jan 26, 2024
Fixes clp-research#34

- now clem automatically assumes self-play when only a single model is given (and the game is multi-player)
- removed the option to run all games (as this simplifies the code and is now done in a pipeline script)
- improved cli usage `python3 scripts/cli.py run -g <game> -m <model1> [<model2>]`
- pipeline scripts and README have been updated (no changes in the games)

(cherry picked from commit 7fc9571)
@phisad phisad deleted the feat/refactor-model-pairing branch February 8, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant