Logo
Explore Help
Sign In
hongshaorou/Tianshou
1
0
Fork 0
You've already forked Tianshou
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Tianshou/examples/mujoco/run_experiments.sh

13 lines
273 B
Bash
Raw Normal View History

MuJoCo Benchmark - DDPG, TD3, SAC (#305) Releasing Tianshou's SOTA benchmark of 9 out of 13 environments from the MuJoCo Gym task suite.
2021-03-07 19:21:02 +08:00
#!/bin/bash
LOGDIR="results"
TASK=$1
add plotter (#335) Co-authored-by: Trinkle23897 <trinkle23897@gmail.com>
2021-04-14 14:06:36 +08:00
ALGO=$2
MuJoCo Benchmark - DDPG, TD3, SAC (#305) Releasing Tianshou's SOTA benchmark of 9 out of 13 environments from the MuJoCo Gym task suite.
2021-03-07 19:21:02 +08:00
echo "Experiments started."
Add REINFORCE benchmark for mujoco (#320)
2021-03-24 19:59:53 +08:00
for seed in $(seq 0 9)
MuJoCo Benchmark - DDPG, TD3, SAC (#305) Releasing Tianshou's SOTA benchmark of 9 out of 13 environments from the MuJoCo Gym task suite.
2021-03-07 19:21:02 +08:00
do
add plotter (#335) Co-authored-by: Trinkle23897 <trinkle23897@gmail.com>
2021-04-14 14:06:36 +08:00
python mujoco_${ALGO}.py --task $TASK --epoch 200 --seed $seed --logdir $LOGDIR > ${TASK}_`date '+%m-%d-%H-%M-%S'`_seed_$seed.txt 2>&1 &
MuJoCo Benchmark - DDPG, TD3, SAC (#305) Releasing Tianshou's SOTA benchmark of 9 out of 13 environments from the MuJoCo Gym task suite.
2021-03-07 19:21:02 +08:00
done
Add REINFORCE benchmark for mujoco (#320)
2021-03-24 19:59:53 +08:00
echo "Experiments ended."
Reference in New Issue Copy Permalink
Powered by Gitea Version: 23.8.0 Page: 47ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API