Hi,
Thanks for your great work. I'm currently trying to run some experiments and everything is working well except for the Webshop enviroment. I run the setup_webshop.sh script with these 2 lines commented out:
sudo apt update
sudo apt install default-jdk
Since I'm running in a node in a SLURM system and I don't have the sudo permission. Then, I run the webshop experiment with the following command:
python train.py --config-name _6_webshop system.CUDA_VISIBLE_DEVICES=\'0,1,2,3\' model_path=Qwen/Qwen2.5-3B-Instruct trainer.project_name=ragen_webshop trainer.experiment_name=no_replay_3B trainer.total_training_steps=500 trainer.n_gpus_per_node=4 actor_rollout_ref.rollout.tensor_model_parallel_size=4
and the program just stucks at the step
CUDA_VISIBLE_DEVICES: 0,1,2,3
2025-08-24 15:16:13,248 INFO worker.py:1918 -- Started a local Ray instance. View the dashboard at http://127.0.0.1:8265
Could you please help me with this issue? Thanks!
Update:
Before I run the setup_webshop.sh script, other environments are okay, but they are also failed after I run this setup script.
Hi,
Thanks for your great work. I'm currently trying to run some experiments and everything is working well except for the Webshop enviroment. I run the setup_webshop.sh script with these 2 lines commented out:
Since I'm running in a node in a SLURM system and I don't have the sudo permission. Then, I run the webshop experiment with the following command:
python train.py --config-name _6_webshop system.CUDA_VISIBLE_DEVICES=\'0,1,2,3\' model_path=Qwen/Qwen2.5-3B-Instruct trainer.project_name=ragen_webshop trainer.experiment_name=no_replay_3B trainer.total_training_steps=500 trainer.n_gpus_per_node=4 actor_rollout_ref.rollout.tensor_model_parallel_size=4and the program just stucks at the step
Could you please help me with this issue? Thanks!
Update:
Before I run the setup_webshop.sh script, other environments are okay, but they are also failed after I run this setup script.