shamilmamedov / flexible_arm

3 stars 0 forks source link

Evaluation Procedure #29

Open RudolfReiter opened 1 year ago

RudolfReiter commented 1 year ago

We need a script or a workflow to take one of the configurations

with options

and collect the following data

Erfi commented 1 year ago

By computation time of algorithm are we referring to the "inference time" i.e. the time it takes the algorithms to give us the next action?

Erfi commented 1 year ago

Do we want to add random walls? If so I revise my comment on #31 and say that we should add the wall parameters also to the observation space.

RudolfReiter commented 1 year ago

Yes, inference time. I had problems with getting rid of all the pytorch specific things and really just count the time for matrix multiplications. Maybe you have a good idea for how to get the best estimate for embedded computation @Erfi ?

First, I would suggest to keep the wall constant. But have it already accordingly in the environment.

Erfi commented 1 year ago

Oki I can just add a timing for the predict function of the policies and perhaps get an average of it. Will make an issue for this.