-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I am now looking into the testcases generation. I find the method to generate uniform testcases over the sensory space very appealing. Code is here: https://github.com/flowersteam/explauto/blob/master/explauto/environment/testcase.py
My understanding is that a grid of a given resolution is projected on the sensory space, and that each cell is associated with only one observation from within that cell. My questions concern the resolution parameter:
- is it the number of cut per dimension?
- what is the logical behind the automatic calculation of resolution:
resolution = max(2, int((1.3*n)**(1.0/len(robot.s_feats))))?
I also noticed this: # TODO : change obs only if nearer from center of coo.
From what I understand is that in each cell, the corresponding observation will be the last observation encountered in the _populate process. The todo is to replace that by keeping the closest to the center of the cell?
Metadata
Metadata
Assignees
Labels
No labels