-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.sh
More file actions
executable file
·22 lines (18 loc) · 858 Bytes
/
test.sh
File metadata and controls
executable file
·22 lines (18 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
# python main.py --train --config=configs/BulletHuman.yaml
# Gail
# python main.py --train --config=configs/Ant-v4-gail.yaml --exp_name=gail
python main.py --eval \
--experiment_path=checkpoints/BulletHuman/exp20240819124758 \
--load_postfix=best \
--video_path=videos/BulletHuman
# python main.py --eval \
# --experiment_path=checkpoints/Ant/gail \
# --load_postfix=best \
# --video_path=videos/Ant/gail
# Make gail expert dataset
# python make_expert_dataset.py --experiment_path=checkpoints/CartPole/exp20240711224529 \
# --load_postfix=last \
# --minimum_score=4500 \
# --n_episode=30 \
# --expert_dir=experts/Ant/learnable_std