ARS is method for training linear policies for continuous control problems
git clone https://github.com/VictorOmondi1997/pyconke
sudo apt-get install python-virtualenv
create virtualenv
virtualenv --python=python3.5 venv
activate virtual environment
source venv bin/activate
pip install -r requirements.txt
jupyter notebook
Open your browser and open Augmented Random Search.ipynb file
http://localhost:8888
run the cells
shift + Enter
python ars.py
Additional resources
- Link to the paper - Simple random search provides a competitive approach to reinforcement learning
- Victor Omondi
- Allan Kiplangat
- JoyRouzzie
This project is licensed under the MIT License - see the LICENSE.md file for details
- PyconKE