Tommy Markstein

Results 26 comments of Tommy Markstein

could you share your config ... i think i am off somewhere and try to figure out where

Thanks for sharing! I tried to use you config on the current repository but it never so solves the LunarLander. I started to troubleshoot this repo a bit more since...

The main repo here is still broken but There are two working solutions rn: A working fork of the current repository [https://github.com/markste-in/neat-python/tree/remove_dangling_nodes](https://github.com/markste-in/neat-python/tree/remove_dangling_nodes) - This one fixes all the mentioned issues...

https://github.com/CodeReclaimers/neat-python/pull/282 and https://github.com/markste-in/neat-python/tree/remove_dangling_nodes are both fixing the issues mentioned in https://github.com/CodeReclaimers/neat-python/issues/255

maybe try out my 'fix' it removes all the dangling nodes every iteration. I did a few tests and I get a bit more stable results https://github.com/markste-in/neat-python/tree/remove_dangling_nodes

Ah good to know. Do you know if there is any way to download builds before the latest one somewhere from Aaronia. I didn't find a way to dowload older...

Just wanted to give an update on the problem. Since Aaronia released 3.0.1 build 15665 I compiled the latest nightly build from today (August 20th 2024) with the following following...

I did some troubleshooting and build Satdump with some debug / log statements. I also added a sample rate of 46080000 to aaronia_sdr.cpp since this is the one supported by...

further little update After starting the device in `AaroniaSource::start()` with ```cpp if (AARTSAAPI_StartDevice(&aaronia_device) != AARTSAAPI_OK) throw satdump_exception("Could not start Aaronia device!"); ``` I added the following code to check if...

Another update... according to [Aaronia Forum](https://v6-forum.aaronia.de/forum/topic/working-example-with-the-spectran-v6-eco/#postid-4458) it seems there is no working SDK version that is compatible with the ECO so far and they are working on it (but no...