Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AdvRL19
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flgw
AdvRL19
Commits
d0486890
Commit
d0486890
authored
Nov 5, 2018
by
Michael Chang
Browse files
Options
Downloads
Patches
Plain Diff
fixed wrong version of run_all.sh
parent
e15871ab
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
hw5/exp/run_all.sh
+3
-5
3 additions, 5 deletions
hw5/exp/run_all.sh
with
3 additions
and
5 deletions
hw5/exp/run_all.sh
+
3
−
5
View file @
d0486890
#!/usr/bin/env bash
#!/usr/bin/env bash
# TODO: change logger name
##########################
##########################
### P1 Hist PointMass ###
### P1 Hist PointMass ###
##########################
##########################
...
@@ -19,11 +17,11 @@ python train_ac_exploration_f18.py PointMass-v0 -n 100 -b 1000 -e 3 --density_mo
...
@@ -19,11 +17,11 @@ python train_ac_exploration_f18.py PointMass-v0 -n 100 -b 1000 -e 3 --density_mo
### P3 EX2 PointMass ###
### P3 EX2 PointMass ###
##########################
##########################
python train_ac_exploration_f18.py PointMass-v0
-n
100
-b
1000
-e
3
--density_model
ex2
-s
8
-bc
0.0
01
-kl
0.1
-dlr
0.001
-dh
8
-dti
1000
--exp_name
PM_ex2_s8_bc0.0
01
_kl0.1_dlr0.001_dh8_dti1000
python train_ac_exploration_f18.py PointMass-v0
-n
100
-b
1000
-e
3
--density_model
ex2
-s
8
-bc
0.0
5
-kl
0.1
-dlr
0.001
-dh
8
-dti
1000
--exp_name
PM_ex2_s8_bc0.0
5
_kl0.1_dlr0.001_dh8_dti1000
###########################
###########################
### P4 HalfCheetah ###
### P4 HalfCheetah ###
###########################
###########################
python train_ac_exploration_f18.py HalfCheetah-v2
-ep
150
--discount
0.9
-n
100
-e
3
-l
2
-s
32
-b
30000
-lr
0.02
--density_model
none
--exp_name
HC_bc0
python train_ac_exploration_f18.py HalfCheetah-v2
-ep
150
--discount
0.9
-n
100
-e
3
-l
2
-s
32
-b
30000
-lr
0.02
--density_model
none
--exp_name
HC_bc0
#
python train_ac_exploration_f18.py HalfCheetah-v2 -ep 150 --discount 0.9 -n 100 -e 3 -l 2 -s 32 -b 30000 -lr 0.02 --density_model
rbf
-bc 0.001 -
sig 0.2
--exp_name HC_bc0.001_
sig0.2
python train_ac_exploration_f18.py HalfCheetah-v2
-ep
150
--discount
0.9
-n
100
-e
3
-l
2
-s
32
-b
30000
-lr
0.02
--density_model
ex2
-bc
0.001
-
kl
0.1
-dlr
0.005
-dti
1000
--exp_name
HC_bc0.001_
kl0.1_dlr0.005_dti1000
python train_ac_exploration_f18.py HalfCheetah-v2
-ep
150
--discount
0.9
-n
100
-e
3
-l
2
-s
32
-b
30000
-lr
0.02
--density_model
ex2
-bc
0.001
-kl
0.1
-dlr
0.005
--exp_name
HC_bc0.001_kl0.1_dlr0.005
python train_ac_exploration_f18.py HalfCheetah-v2
-ep
150
--discount
0.9
-n
100
-e
3
-l
2
-s
32
-b
30000
-lr
0.02
--density_model
ex2
-bc
0.00
0
1
-kl
0.1
-dlr
0.005
-dti
10000
--exp_name
HC_bc0.001_kl0.1_dlr0.005
_dti10000
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment