mirror of
https://github.com/wassname/kair_algorithms_draft.git
synced 2026-08-26 11:20:25 +08:00
00c3dc428623a614d7669343dd7c4c888fe51fd7
* Change default algorithm from DDPG to SAC * Remove DDPG examples * Remove DDPG algorithms DDPG, DDPG+PER, DDPGfD * Fix parser bug in LunarLanderContinuous
Research Repository Structure
We follow the .git strategy specified here, creating packages into separate repositories.
These are repositories checked to set this structure:
TODO
- Add medipixel/reinforcement_learning_examples to
/scripts/. launchandurdfcontains code for Sawyer robot. We plan to use OpenManipulator.package.xmlshould be updated appropriately.- 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
- roslaunch/ http://wiki.ros.org/roslaunch/XML.
- msg/ http://wiki.ros.org/msg
- urdf/ http://wiki.ros.org/urdf
- CMakeLists.txt http://wiki.ros.org/catkin/CMakeLists.txt
- package.xml http://wiki.ros.org/catkin/package.xml
Languages
Python
94.3%
CMake
3.6%
Dockerfile
1.5%
Shell
0.3%
Makefile
0.3%