This commit is contained in:
MishaLaskin
2020-03-10 20:30:00 -07:00
parent d767f8ec4c
commit 279ae7f126
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
CUDA_VISIBLE_DEVICES=5 python train.py \
--domain_name cartpole \
--task_name swingup \
--encoder_type pixel \
--encoder_type identity \
--action_repeat 8 \
--save_tb --pre_transform_image_size 100 --image_size 84 \
--work_dir ./tmp/test \