lyutyuh/games

0

stars

1

commits

Python

primary language

May 14, 2025

updated

README

Games (RPS, Centipede, Traveler's Dilemma)

Dependencies

pip install transformers
pip install vllm
pip install together

Example Usage

python run_rps.py --model_name "meta-llama/Llama-3.2-3B-Instruct" --round_num 60 --samples 50
python run_centipede.py --model_name meta-llama/Llama-3.2-3B-Instruct
python run_td.py --model_name meta-llama/Llama-3.2-3B-Instruct

Contributors

lyutyuh

1 commits

lyutyuh/games

0

stars

1

commits

Python

primary language

May 14, 2025

updated

README

Games (RPS, Centipede, Traveler's Dilemma)

Dependencies

pip install transformers
pip install vllm
pip install together

Example Usage

python run_rps.py --model_name "meta-llama/Llama-3.2-3B-Instruct" --round_num 60 --samples 50
python run_centipede.py --model_name meta-llama/Llama-3.2-3B-Instruct
python run_td.py --model_name meta-llama/Llama-3.2-3B-Instruct

Contributors

lyutyuh

1 commits

Languages

Python

100.0%