Antoine Cully

Results 7 issues of Antoine Cully

Fix discussed in #92 . It seems to work on OSX (just a small warning ld: warning: directory not found for option '-L/usr/lib/x86_64-linux-gnu/')

Hi, It seems that #1462 makes dart less thread-safe. I am currently unable to provide a lot of details at the moment (lack of time), but I thought I had...

type: bug

With the latest version of Jax (obtained automatically with pip install qdax) we get a lot of FutureWarnings: ``` FutureWarning: jax.tree_map is deprecated, and will be removed in a future...

Hi all, It would be important to add multi-device support including GPUs and TPUs to QDax. Best,

enhancement

### Version of Apptainer What version of Apptainer (or Singularity) are you using? `apptainer version 1.1.3` ### Expected behavior I recently migrated from Singularity 3.4.1 to Apptainer 1.1.3. My daily...

A recent fix introduced in Dart to avoid a problematic increase of memory usage has created a new problem in thread safety causing our usual sferes experiments to raise segfaults...

Hi, Running the cvt_rastrigin example (but I guess that's valid for any example) raises: `TypeError: KMeans.__init__() got an unexpected keyword argument 'n_jobs'` Removing this argument here solves it: https://github.com/resibots/pymap_elites/blob/master/map_elites/common.py#L194 However,...