Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Orsula <[email protected]>
  • Loading branch information
AndrejOrsula committed Oct 13, 2021
1 parent cd7c17f commit c11afa5
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
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`

0 comments on commit c11afa5

Please sign in to comment.