CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.4k stars 488 forks source link

Fix #268 and similar error #269

Closed SoniaRaskolnikov closed 1 year ago

SoniaRaskolnikov commented 1 year ago

Fixes a simple error raised by recent changes to OpenAI's gym code. Raised in Issue #268, and it also appears to be fixed PR#252. btw this is my first PR, so please be forgiving.

CodeReclaimers commented 1 year ago

Thanks for the pull request! I apologize for taking so long to get to the backlog of issues and pull requests.