Skip to content

Commit

Permalink
modify train.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyanx02 committed Mar 24, 2024
1 parent 45d6616 commit 006bb7f
Showing 1 changed file with 6 additions and 49 deletions.
55 changes: 6 additions & 49 deletions openrl_ws/train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@ export LD_LIBRARY_PATH=/home/ziyan/anaconda3/envs/mqe/lib
# task="go1football-defender"
# task="go1gate"
task="go1seesaw"
num_envs=500
num_steps=40000000
# task="go1sheep-easy"
task="go1sheep-hard"
num_envs=300
num_steps=24000000
# task="go1sheep-hard"
# task="go1pushbox-plane"
# task="go1pushbox-gate"
# num_envs=300
# num_steps=15000000
# random_seed=0
device=1
device=0
num_envs=500
num_steps=40000000

# algo="jrpo"
# cfg=./openrl_ws/cfgs/jrpo.yaml
algo="ppo"
Expand All @@ -33,44 +30,4 @@ python ./openrl_ws/train.py --headless --num_envs $num_envs --train_timesteps $n
--seed 0 \
--exp_name test \
--config $cfg \
# --use_wandb

# python ./openrl_ws/train.py --headless --num_envs $num_envs --train_timesteps $num_steps\
# --task $task \
# --algo $algo \
# --sim_device cuda:$device \
# --rl_device cuda:$device \
# --seed 1 \
# --exp_name collect_data \
# --config $cfg \
# --use_wandb

# python ./openrl_ws/train.py --headless --num_envs $num_envs --train_timesteps $num_steps\
# --task $task \
# --algo $algo \
# --sim_device cuda:$device \
# --rl_device cuda:$device \
# --seed 2 \
# --exp_name collect_data \
# --config $cfg \
# --use_wandb

# python ./openrl_ws/train.py --headless --num_envs $num_envs --train_timesteps $num_steps\
# --task $task \
# --algo $algo \
# --sim_device cuda:$device \
# --rl_device cuda:$device \
# --seed 3 \
# --exp_name collect_data \
# --config $cfg \
# --use_wandb

# python ./openrl_ws/train.py --headless --num_envs $num_envs --train_timesteps $num_steps\
# --task $task \
# --algo $algo \
# --sim_device cuda:$device \
# --rl_device cuda:$device \
# --seed 4 \
# --exp_name collect_data \
# --config $cfg \
# --use_wandb
--use_wandb

0 comments on commit 006bb7f

Please sign in to comment.