-
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.
Merge progress towards 1.1.0 release (#95)
- Loading branch information
Showing
7 changed files
with
96 additions
and
23 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` |
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
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
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
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
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
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 @@ | ||
docker/python_requirements.txt |