neat-gym
neat-gym copied to clipboard
Neuro-evolution for OpenAI Gym environments
Hi again Simon! I am trying to use neat-gym with some of the Gym toy text examples that are based on discrete action spaces, but I'm having some issues. From...
Hi Simon, thanks for releasing this project! I am interested in implementing NEAT for function approximation, by sampling data points from two "competing" IoT sensors and then using a simple...
I installed neat-gym acccording to the specifications in the ReadMe. In neat-gym/neat_gym/novelty/tests/, the xor_evolve.py throws an error because AugmentedGenome and the NeatConfig modules cannot be imported.