Eugenio Bargiacchi

Results 24 issues of Eugenio Bargiacchi

While each method & related code is well commented, I'd like more examples on how to use the library, and possibly explanations of the underlying algorithms. I'm very open to...

ready
help wanted

As the new logging system seems to be working, there's probably a need to "backport" it to all methods, so that if needed an user can print how an algorithm...

ready
help wanted

There is a high need of writing better tests for existing functionality, possibly using problems and solutions available from the literature. Currently tests mostly verify basic functionality and are probably...

ready
help wanted

This is more for the future since it may require lots of tweaking to get right, and to check which data structures that the code currently uses are thread-safe or...

ready

#### Description of the problem This is a relatively old bug I think since I've had it for a long time, but until today I thought it was a problem...

bug

I've just finished setting up h5cpp and I'm trying the examples on [this page](http://h5cpp.org/examples.html). The `basics.cpp` example seems to work fine, but I cannot get the `eigen3.cpp` example to work....

Sorry for this question, I'm not 100% sure where to ask. I'm using apulse and everything seems to work fine. A couple of days ago, however, I noticed that my...

I'm trying to inherit `MultiAgentEnv` to test a custom environment with QMIX (using pymarl); however the documentation for the methods does not specify the types returned by the functions, so...

I was wondering whether you would be interested in a patch that removed runtime exceptions, opting instead for returning either a boolean, enumeration or some sort of `std::optional` value to...

I was looking into customizing section z, so I went into the source code that initializes the section to copy-paste its default parts into my custom initialization function. I've found...