Please follow the steps below to use this benchmark
# clone repo.
git clone https://github.com/FlagOpen/Robo-Dopamine.git
cd Robo-Dopamine
# build conda env.
conda create -n robo-dopamine python=3.10
conda activate robo-dopamine
pip install -r requirements.txt
Robo-Dopamine-Bench from huggingface.# download benchmark
huggingface-cli download --repo-type dataset --resume-download tanhuajie2001/Robo-Dopamine-Bench --local-dir ./Robo-Dopamine-Bench
# unzip images
cd Robo-Dopamine-Bench
unzip image.zip
cd ..
export CUDA_VISIBLE_DEVICES=0
python -m eval.evaluation_grm \
--model_path tanhuajie2001/Robo-Dopamine-GRM-3B \
--input_json_dir ./Robo-Dopamine-Bench/jsons \
--base_dir ./Robo-Dopamine-Bench/images \
--out_root_dir ./eval_results/results_Robo-Dopamine-GRM-3B \
--batch_size 16
python -m eval.evaluation_api \
--model_name <MODEL-NAME, e.g., gpt-4o, gemini-3-pro> \
--api_key <OPENAI-API-KEY> \
--base_url <OPENAI-BASE-URL> \
--input_json_dir ./Robo-Dopamine-Bench/jsons \
--base_dir ./Robo-Dopamine-Bench/images \
--out_root_dir ./eval_results/results_{MODEL-NAME} \
--max_workers 16
3 commits
Please follow the steps below to use this benchmark
# clone repo.
git clone https://github.com/FlagOpen/Robo-Dopamine.git
cd Robo-Dopamine
# build conda env.
conda create -n robo-dopamine python=3.10
conda activate robo-dopamine
pip install -r requirements.txt
Robo-Dopamine-Bench from huggingface.# download benchmark
huggingface-cli download --repo-type dataset --resume-download tanhuajie2001/Robo-Dopamine-Bench --local-dir ./Robo-Dopamine-Bench
# unzip images
cd Robo-Dopamine-Bench
unzip image.zip
cd ..
export CUDA_VISIBLE_DEVICES=0
python -m eval.evaluation_grm \
--model_path tanhuajie2001/Robo-Dopamine-GRM-3B \
--input_json_dir ./Robo-Dopamine-Bench/jsons \
--base_dir ./Robo-Dopamine-Bench/images \
--out_root_dir ./eval_results/results_Robo-Dopamine-GRM-3B \
--batch_size 16
python -m eval.evaluation_api \
--model_name <MODEL-NAME, e.g., gpt-4o, gemini-3-pro> \
--api_key <OPENAI-API-KEY> \
--base_url <OPENAI-BASE-URL> \
--input_json_dir ./Robo-Dopamine-Bench/jsons \
--base_dir ./Robo-Dopamine-Bench/images \
--out_root_dir ./eval_results/results_{MODEL-NAME} \
--max_workers 16
3 commits