SioConvを用いた Policyでの基礎実験
# 基礎実験 2025/01/08
デフォルト設定でblackout, whitenoize, flickerimageを3回ずつ実行します。モデルサイズはsmall (default)です。
## blackout
```sh
for _ in $(seq 1 3); do
python scripts/launch.py \
experiment=sioconv_policy/blackout \
time_scale=3.2
done
```
### whitenoize
```sh
for _ in $(seq 1 3); do
python scripts/launch.py \
experiment=sioconv_policy/whitenoize \
time_scale=3.2
done
```
### flickerimage
```sh
for _ in $(seq 1 3); do
python scripts/launch.py \
experiment=sioconv_policy/flickerimage \
time_scale=3.2
done
```
关闭于 2025-01-16 1 条评论