shourya1997 / MOVE-37-BipedalWalker

Using Evolution Strategies (ES) to train a bipdel robot to walk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MOVE-37 BipedalWalker

Using Evolution Strategies (ES) to train a bipdel robot to walk.

Dependencies

OpenAI Gym pip install gym Evostra Repository pip install evostra

Training

The program trains standard for 100 iterations. The number of iteration could be changed in train_agent.py, by changing the n hyperparameter. python train_agent.py

Playing

The program plays 10 episode. For changing it, change n in play_agent.py. python play_agent.py

About

Using Evolution Strategies (ES) to train a bipdel robot to walk.


Languages

Language:Python 100.0%