All Projects → Phylliade → awesome-machine-learning-robotics

Phylliade / awesome-machine-learning-robotics

Licence: other
A curated list of resources about Machine Learning for Robotics

Projects that are alternatives of or similar to awesome-machine-learning-robotics

dqn-obstacle-avoidance
Deep Reinforcement Learning for Fixed-Wing Flight Control with Deep Q-Network
Stars: ✭ 57 (+9.62%)
Mutual labels:  deep-reinforcement-learning
FlashRL
No description or website provided.
Stars: ✭ 25 (-51.92%)
Mutual labels:  deep-reinforcement-learning
DeepCubeA
Code for DeepCubeA, a Deep Reinforcement Learning algorithm that can learn to solve the Rubik's cube.
Stars: ✭ 92 (+76.92%)
Mutual labels:  deep-reinforcement-learning
tpprl
Code and data for "Deep Reinforcement Learning of Marked Temporal Point Processes", NeurIPS 2018
Stars: ✭ 68 (+30.77%)
Mutual labels:  deep-reinforcement-learning
Fruit-API
A Universal Deep Reinforcement Learning Framework
Stars: ✭ 61 (+17.31%)
Mutual labels:  deep-reinforcement-learning
DI-star
An artificial intelligence platform for the StarCraft II with large-scale distributed training and grand-master agents.
Stars: ✭ 1,335 (+2467.31%)
Mutual labels:  deep-reinforcement-learning
awesome-rl
Awesome RL: Papers, Books, Codes, Benchmarks
Stars: ✭ 105 (+101.92%)
Mutual labels:  deep-reinforcement-learning
reinforcement learning ppo rnd
Deep Reinforcement Learning by using Proximal Policy Optimization and Random Network Distillation in Tensorflow 2 and Pytorch with some explanation
Stars: ✭ 33 (-36.54%)
Mutual labels:  deep-reinforcement-learning
Dropout BBalpha
Implementations of the ICML 2017 paper (with Yarin Gal)
Stars: ✭ 40 (-23.08%)
Mutual labels:  approximate-inference
deep rl acrobot
TensorFlow A2C to solve Acrobot, with synchronized parallel environments
Stars: ✭ 32 (-38.46%)
Mutual labels:  deep-reinforcement-learning
ActiveRagdollControllers
Research into controllers for 2d and 3d Active Ragdolls (using MujocoUnity+ml_agents)
Stars: ✭ 30 (-42.31%)
Mutual labels:  deep-reinforcement-learning
a3c-super-mario-pytorch
Reinforcement Learning for Super Mario Bros using A3C on GPU
Stars: ✭ 35 (-32.69%)
Mutual labels:  deep-reinforcement-learning
ml course
"Learning Machine Learning" Course, Bogotá, Colombia 2019 #LML2019
Stars: ✭ 22 (-57.69%)
Mutual labels:  deep-reinforcement-learning
Rainy
☔ Deep RL agents with PyTorch☔
Stars: ✭ 39 (-25%)
Mutual labels:  deep-reinforcement-learning
ultimate-volleyball
3D RL Volleyball environment built on Unity ML-Agents
Stars: ✭ 60 (+15.38%)
Mutual labels:  deep-reinforcement-learning
scala-rl
Functional Reinforcement Learning in Scala.
Stars: ✭ 26 (-50%)
Mutual labels:  deep-reinforcement-learning
deep-blueberry
If you've always wanted to learn about deep-learning but don't know where to start, then you might have stumbled upon the right place!
Stars: ✭ 17 (-67.31%)
Mutual labels:  deep-reinforcement-learning
Super-Meta-MarIO
Mario AI Ensemble
Stars: ✭ 15 (-71.15%)
Mutual labels:  deep-reinforcement-learning
DRL in CV
A course on Deep Reinforcement Learning in Computer Vision. Visit Website:
Stars: ✭ 59 (+13.46%)
Mutual labels:  deep-reinforcement-learning
revisiting rainbow
Revisiting Rainbow
Stars: ✭ 71 (+36.54%)
Mutual labels:  deep-reinforcement-learning

Awesome Machine Learning for Robotics Awesome

Machine Learning is becoming a common technique to address robotics tasks. This repository intends cover this usage from a broad point of view.

Papers

Learned Approximate Inference

Reinforcement Learning

Deep Reinforcement Learning

Reproducibility of Deep RL experiments

Reinforcement Learning Theory

Policy Search

Meta-Learning

Goal Exploration Processes

Curriculum learning

Multi-task learning

Implementations

  • OpenAI Gym: A Python library providing many simulation environments.
  • OpenAI baselines: Implementations of Deep Reinforcement Learning algorithms by experts.
  • Explauto: A library to perform intrinsically motivated exploration.
  • Guided Policy Search: Implementation of the Guided Policy Search algorithm.
  • Keras-RL: A keras-compatible Deep Reinforcement Learning framework (DQN, SARSA, DDPG...).
  • Deepmind DQN: Deepmind's implementation used for the Nature paper.
  • Devsisters DQN: A nice DQN implementation.

Implementing RL algorithms

Robotic simulator

  • MuJoCo: The reference. Closed-source
  • OpenAI Roboschool: A Mujoco clone in bullet, open-source.
  • Gazebo: A simulator used in the ROS suite.
  • V-REP: A simulator used with the Poppy project.

Robotic platforms

  • Poppy: An open-source 3D-printed robotic ecosystem (humanoid, torso...)

About

Authors:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].