tia/Dreamer/run_all_tia.sh

12 lines
151 B
Bash
Raw Normal View History

2023-07-18 11:49:46 +00:00
#!/bin/bash
for seed in 0 1 2
do
python \
run.py \
--method tia \
--configs dmc \
--task dmc_cartpole_swingup_driving \
--seed $seed
done