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.
- Host: GitHub
- URL: https://github.com/themcaffee/genetic-snake
- Owner: themcaffee
- Created: 2018-02-01T01:46:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T11:30:37.000Z (over 8 years ago)
- Last Synced: 2025-03-22T06:17:04.072Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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