Skip to content

potaycat/pygad-gym-works

Repository files navigation

Gym environments with neural evolution

Using a small dense NN. Tested gyms with good results are:

  • CartPole-v1
  • FlappyBird-v0
  • Snake-v0

Setup

Using virtualenv is recomended

python -m venv venv
./venv/bin/activate

Install dependancies

pip install --force-reinstall -r requirements.txt

To train the model: python ./gym_train.py

To run the model: python ./gym_play.py

Report

Report paper

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages