Skip to content

Commit

Permalink
lower default number of envs
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyguo11 committed Jul 31, 2024
1 parent 40a80a8 commit ab9fd2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ params:
truncate_grads: True
e_clip: 0.2
horizon_length: 64
minibatch_size: 2048 #32768
minibatch_size: 64 #32768
mini_epochs: 4
critic_coef: 2
clip_value: True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@configclass
class ShadowHandRGBCameraEnvCfg(ShadowHandEnvCfg):
# scene
scene: InteractiveSceneCfg = InteractiveSceneCfg(num_envs=128, env_spacing=5.0, replicate_physics=True)
scene: InteractiveSceneCfg = InteractiveSceneCfg(num_envs=64, env_spacing=5.0, replicate_physics=True)

# camera
tiled_camera: TiledCameraCfg = TiledCameraCfg(
Expand Down

0 comments on commit ab9fd2e

Please sign in to comment.