Skip to content

Commit

Permalink
Update Shadow Hand OpenAI Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Liu (Simulation Technology) authored and gavrielstate committed Aug 24, 2022
1 parent b6e1564 commit d0eaf2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions omniisaacgymenvs/cfg/task/ShadowHandOpenAI_FF.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
useRelativeControl: False
dofSpeedScale: 20.0
actionsMovingAverage: 0.3
controlFrequencyInv: 6 # 20 Hz
controlFrequencyInv: 3 #20 Hz

startPositionNoise: 0.01
startRotationNoise: 0.0
Expand Down Expand Up @@ -52,7 +52,7 @@ env:


sim:
dt: 0.0083 # 1/120 s
dt: 0.016667 # 1/60 s
add_ground_plane: True
add_distant_light: True
use_gpu_pipeline: ${eq:${...pipeline},"gpu"}
Expand Down
2 changes: 1 addition & 1 deletion omniisaacgymenvs/cfg/train/ShadowHandOpenAI_FFPPO.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ params:
bounds_loss_coef: 0.0001

central_value_config:
minibatch_size: 16384
minibatch_size: 8192
mini_epochs: 8
learning_rate: 5e-4
lr_schedule: adaptive
Expand Down

0 comments on commit d0eaf2e

Please sign in to comment.