Skip to content

Can't get results with ViT-L model (config file for using ViT-L) #15

@AliBuildsAI

Description

@AliBuildsAI

Hi,

I cannot get good results on ViT-L model.

Below is mean success rate.
Screenshot from 2023-05-19 11-06-59

Command: python tools/train_ppo.py task=FrankaPickPixelsLarge

Here is my config for FrankaPickPixelsLarge


env:
  numEnvs: 256
  envSpacing: 1.5
  episodeLength: 500

  object_pos_init: [0.5, 0.0]
  object_pos_delta: [0.1, 0.2]

  goal_height: 0.8

  obs_type: pixels
  im_size: 256

  cam:
    w: 298
    h: 256
    fov: 120
    ss: 2
    loc_p: [0.04, 0.0, 0.045]
    loc_r: [180, -90.0, 0.0]

  dofVelocityScale: 0.1
  actionScale: 7.5

  objectDistRewardScale: 0.08
  liftBonusRewardScale: 4.0
  goalDistRewardScale: 1.28
  goalBonusRewardScale: 4.0
  actionPenaltyScale: 0.01

  asset:
    assetRoot: "assets"
    assetFileNameFranka: "urdf/franka_description/robots/franka_panda.urdf"

sim:
  substeps: 1
  physx:
    num_threads: 4
    solver_type: 1
    num_position_iterations: 12
    num_velocity_iterations: 1
    contact_offset: 0.005
    rest_offset: 0.0
    bounce_threshold_velocity: 0.2
    max_depenetration_velocity: 1000.0
    default_buffer_size_multiplier: 5.0
    always_use_articulations: False

task:
  randomize: False

The only change I've made to FrankaPickPixels.yaml is changing im_size and cam_h from 224 to 256.

I could get the following results on ViT-S model by running python tools/train_ppo.py task=FrankaPickPixels as specified in getting_started.
Screenshot from 2023-05-19 11-04-44

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions