amarzullo24
amarzullo24
Pole balancing would be nice, but I cannot find it in the experiments. I am trying to implement it starting from the java code in "anji" (anji.sourceforge.net)
It seems work fine. Thank you for the reply
Dear all, I am trying to implement the double pole balancing problem starting from the code by [alexei_vasilkov](https://bitbucket.org/alexei_vasilkov/neat/src/3789cb5f315d?at=master). The two involved files are the [cart physics](http://pastebin.com/SGr8rPTn) and the [evolve](http://pastebin.com/qr5NWyf1) code....
Hi! I noticed that the pretrained model in the [drive folder](https://drive.google.com/drive/folders/1l6HLF2Dq1ObsTjdJaAPKK6NOAZDOI0Rs) is not available anymore. Can someone share it again? Thanks!
Dear @djarecka, thank you for your prompt reply! I have practiced with those examples, however it is not yet clear how the `Slurm` or `ConcurrentFutures` plugin can be exploited to...
Hi, Thanks for the prompt reply. I am not quite sure about why passing f with no arguments causes this problem. Can you give me an hint? The same behaviour...
Hi, I just realized that everything works by defining objects and function globally (previously, I was defining them inside a function). This means that pickle is not able to serialize...
Yes, it could be also decorated with `pydra.mark.task`, but for now I could also avoid this so it can be pickled. I tried without the decoration and it works. So...
Great, I will try. And what about generate images of size 64x32 as in the sky-generator? Is still possible?
Yes, indeed the error seems related to the visualization. I have to take a look into this more carefully