Seungjae Ryan Lee 00c3dc4286 Remove DDPG (#28)
* Change default algorithm from DDPG to SAC

* Remove DDPG examples

* Remove DDPG algorithms

DDPG, DDPG+PER, DDPGfD

* Fix parser bug in LunarLanderContinuous
2019-03-21 23:51:39 +09:00
2019-02-03 17:16:55 +09:00
2019-02-03 17:16:55 +09:00
2019-03-21 23:51:39 +09:00
2019-02-03 17:16:55 +09:00
2019-02-16 17:30:12 +09:00
2019-02-16 17:30:12 +09:00
2019-03-12 20:51:22 +09:00
2019-02-03 17:16:55 +09:00
2019-02-03 17:16:55 +09:00

Research Repository Structure

We follow the .git strategy specified here, creating packages into separate repositories.

These are repositories checked to set this structure:

TODO

  1. Add medipixel/reinforcement_learning_examples to /scripts/.
  2. launch and urdf contains code for Sawyer robot. We plan to use OpenManipulator.
  3. package.xml should be updated appropriately.
  4. Get repository verified by a ROS expert.

Repository Structure

+ launch/         -
+ msg/            - These are message descriptions for ROS.
+ scripts/        - This directory contains RL algorithms.
+ urdf/           - This package contains a C++ parser for the Unified Robot Description Format (URDF), 
- .flake8         - This file specifies what rules should be enforced via flake8.
- .gitignore      - This file specifies which folders and files to ignore in Git.
- CMakeLists.txt  - This file specifies behavior of CMake.
- package.xml     - This file specifies the ROS package.
- README.md       - You are here
S
Description
Reinforcement learning algorithms for robot control tasks
Readme
2.7 MiB
Languages
Python 94.3%
CMake 3.6%
Dockerfile 1.5%
Shell 0.3%
Makefile 0.3%