项目作者: alaradirik

项目描述 :
RL and DMP algorithms implemented from scratch with plain Numpy.
高级语言: Jupyter Notebook
项目地址: git://github.com/alaradirik/robot-learning.git
创建时间: 2020-03-09T15:13:25Z
项目社区:https://github.com/alaradirik/robot-learning

开源协议:

下载


Robot Learning

Boğaziçi University, Special Topics in Robot Learning Projects

This repo consists of a set of applications and algorithms implemented from scratch with numpy for robot learning. Included algorithms are tabular q-learning, deep neural network based q-learning, and dynamical movement primitives.

Project Structure

  1. .
  2. ├── q_learning.py # Tabular Q-learning
  3. ├── deep_q_learning.py # Deep Neural Network based Q-learning
  4. ├── policy_gradient.py # REINFORCE algorithm
  5. ├── DMP.ipynb # Dynamical Movement Primitives
  6. ├── DMP_GMM/ # Kernelized Dynamical Movement Primitives with GMM-GMR
  7. └── README.md