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

https://github.com/shourya1997/move-37-bipedalwalker

Using Evolution Strategies (ES) to train a bipdel robot to walk.
https://github.com/shourya1997/move-37-bipedalwalker

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# MOVE-37 BipedalWalker
Using Evolution Strategies (ES) to train a bipdel robot to walk.
# Dependencies
[OpenAI Gym](https://github.com/openai/gym)
`
pip install gym
`
[Evostra Repository](https://github.com/alirezamika/evostra)
`
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
`