Skip to content

Releases: stepjam/RLBench

v1.1.0

31 May 19:57
f214b6e
Compare
Choose a tag to compare
1.1.0 (#132)

* Bug fix and visual change to open_door.
Previously the agent could open without needing to turn the handle.

* Visual change to close_door.

* New overhead camera. Moved over-shoulder cameras.

* Hanger tasks visual updates.

* Added UR5. Resolves #100. Resolves #90.

* [ci skip] Update README.

* Can specify what episodes to load when loading demos from disk.

* Bump PyRep version.

* Fix spawning dummys after each task swap. Resolves #113.

* Workflow fix.

* Update unit test assets.

* Workflow fix.

* Workflow fix.

* Fix typo. Resolves #102.

* Update TV tasks.

* Update clock, box, and shoe tasks.

* Update door tasks.

* Update fridge tasks.

* Jenga and books on bookshelf improvements.

* Experimental action mode. Improved task checks.

* Collision check fix when getting demos.

* Bug fixes in ABS_EE_POSE_PLAN_WORLD_FRAME

* Allow noise to be added to stored demos.

* RGB returned as uint8 rather than float. Point cloud obs added. Ability to get camera info.

* Update tests accounting for RGB in range 0-255.

* Added option for collision checking in ABS_EE_POSE_PLAN_WORLD_FRAME.

* Swapped planner to RRTConnect.

* Path action modes are no longer interrupted mid path.

* Phone on base waypoint update.

* Collision checking swapped to use respondables rather than visuals.

* Improve plan action space when already colliding with object.

* Made stack_wine more difficult by requiring bottle to be ungrasped in rack.

* Fixed gripper not releasing object (#128)

* [skip ci] Update matrix reshape following PyRep update. Resolves #124.

* fixed gripper not releasing object

Co-authored-by: stephen <slj12@ic.ac.uk>

* Update complex_task.md

Convex is better for simulation.

* Revert: Plan action mode can break early.

v1.0.10

08 Feb 08:33
Compare
Choose a tag to compare
Joint position setting updated along with PyRep.

v1.0.9

03 Nov 09:05
Compare
Choose a tag to compare
travis.yml update.

v1.0.8

31 Aug 08:53
3504a0d
Compare
Choose a tag to compare
Update .travis.yml

v1.0.7

21 Jun 11:35
Compare
Choose a tag to compare
Added variation flag to dataset_generator.

v1.0.6

02 Apr 15:04
Compare
Choose a tag to compare
Fix gym env following action changes.

v1.0.5

12 Mar 17:08
Compare
Choose a tag to compare
Segmentation masks returned as 1 channel. Resolves #43.