neat-python
neat-python copied to clipboard
Further experiments
Dear all, I am starting to use this framework and I would like to see other experiments in addition to xor. Before implementing my own experiments I would like to know if there is already any available code.
Thanks for the attention
Did you look at different implementation of XOR and Single pole examples ?
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)
More example are in separate repo: https://github.com/CodeReclaimers/neat-python-examples
Take a look here: https://github.com/CodeReclaimers/neat-python-examples/tree/master/src/single_pole_balancing
At one point I thought it was a good idea to break out the examples into a separate project (neat-python-examples), but it's a hassle for testing/development so I will eventually put them together again. Sorry about the confusion; if any of the examples don't work correctly I'll see if I can update them to match the current implementation.
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.
The two involved files are the cart physics and the evolve code.
Does it make any sense for you?
Ps: the library version is a bit old, sorry for this.
That looks good to me! If you get it working and post the full code somewhere, let me know and I can include a link to it in the docs if you want. You could also probably easily use your solution without many changes for the OpenAI Gym double-pole problem.
No worries on the age of the library--once you get it working it shouldn't be too hard to make updates for it to work with the current version.