Search Unity

Varying Agent size/scale?

Discussion in 'ML-Agents' started by hungrybelome, May 2, 2021.

  1. hungrybelome

    hungrybelome

    Joined:
    Dec 31, 2014
    Posts:
    336
    Hi, for the wall jump demo is it possible to train using a randomized scale? So that the agent is a random height/width for the jump attempts? Would something like this be possible? I'm brand new to ML stuff.

    Thanks!
     
  2. vincentpierre

    vincentpierre

    Joined:
    May 5, 2017
    Posts:
    160
    I think you could, but you will need to somehow feed the scale of the agent as observation. Also, I do not know how scale would impact the performance of the agent. It would probably change the height of the raycasts, which might make it harder to train.