-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andrej Orsula <[email protected]>
- Loading branch information
1 parent
cd7c17f
commit c11afa5
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# CHANGELOG | ||
|
||
## [Unreleased] - yyyy-mm-dd | ||
|
||
### Added | ||
|
||
### Changed | ||
|
||
### Fixed | ||
|
||
|
||
## [[1.1.0] - 2021-10-13](https://github.com/AndrejOrsula/drl_grasping/releases/tag/1.1.0) | ||
|
||
### Added | ||
|
||
- `kinova_j2s7s300` is now added to the supported robot models. | ||
- Custom SDF worlds are now used as the base for RL environments. | ||
- Support for `DRL_GRASPING_DEBUG_LEVEL` environment variable. | ||
- Ignition fortress is tested and fully functional. | ||
- ROS 2 rolling is tested and fully functional. | ||
|
||
### Changed | ||
|
||
- Local implementation of conversions for quaternion sequence is now used. | ||
- Simplified installation instructions in README.md. | ||
- Simplified and improved Dockerfile. | ||
|
||
### Fixed | ||
|
||
- Compatibility with Stable-Baselines3 v1.2.0 | ||
|
||
|
||
## [[1.0.0] - 2021-06-08](https://github.com/AndrejOrsula/drl_grasping/releases/tag/1.0.0) | ||
|
||
### Added | ||
|
||
- Initial version of this project. | ||
- Supported environments | ||
- `Reach-Gazebo-v0` | ||
- `Reach-ColorImage-Gazebo-v0` | ||
- `Reach-Octree-Gazebo-v0` | ||
- `Reach-OctreeWithColor-Gazebo-v0` | ||
- `Grasp-Octree-Gazebo-v0` | ||
- `Grasp-OctreeWithColor-Gazebo-v0` | ||
- Supported robot models | ||
- `panda` | ||
- `ur5_rg2` | ||
- Custom feature extractor | ||
- `OctreeCnnFeaturesExtractor` | ||
- Tested RL algorithms | ||
- `td3` | ||
- `sac` | ||
- `tqc` |