Kevin Galassi

Results 6 comments of Kevin Galassi

``` ga_instance = pygad.GA(num_generations = num_generations, num_parents_mating = num_parents_mating, sol_per_pop = population_size, fitness_func = fitness_function, num_genes = list_size, gene_type = int, gene_space = np.arange(0,list_size,1), allow_duplicate_genes = False, mutation_type = None,...

My bad, when I looked at the wiki I haven't found this information explicitly declared. I avoided mutation because the possibility of multiple genes with the same value, but the...

Any update on the manner? I think i have the same problem...

I checked the parameters of the PhysicScene and they look the same, while i'm using the same objects definition in both the files, so i have no idea. Another thing...

Do you know how to change the setting so that i can obtain all USD as in isaac application instead of the output you can get from OIGE? It may...

with pipeline=cpu i obtain the following error: 2023-05-09 07:43:44 [22,619ms] [Error] [omni.physx.tensors.plugin] CpuSimulationView::createParticleClothView is not implemented yet Other parameters that may be usefull are : ``` ## Device config physics_engine:...