An open API service indexing awesome lists of open source software.

https://github.com/themcaffee/genetic-snake

Create snake DQN agents of different networks using genetic algorithms.
https://github.com/themcaffee/genetic-snake

Last synced: 3 months ago
JSON representation

Create snake DQN agents of different networks using genetic algorithms.

Awesome Lists containing this project

README

          

# Genetic Snake

Creates snake DQN agents of different networks using genetic algorithms.

### Usage

python genetic_snake.py --env_id=Snake-v0 --population=15 --generations=8 --episodes=100