You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a collection of [gymnasium](https://github.com/Farama-Foundation/Gymnasium) environments built with [PyBullet](https://pybullet.org/). In these environments, the agent
7
-
needs to learn to grasp deformable object such as shoe insoles or pillows from sparse reward signals.
6
+
This repository contains a collection of [gymnasium](https://github.com/Farama-Foundation/Gymnasium) environments built with [PyBullet](https://pybullet.org/) and [MuJoCo](https://github.com/google-deepmind/mujoco).
7
+
In these environments, the agent needs to learn to grasp deformable 3D objects such as shoe insoles or pillows from sparse reward signals.
8
8
9
9
<palign="center">
10
10
<imgsrc="doc/source/_static/defgym.svg"/>
@@ -23,6 +23,22 @@ After cloning the repository, it is recommended to install the library in editab
If you wish to report bugs, please use the [issue tracker](https://github.com/dfki-ric/deformable_gym/issues). If you would like to contribute to DeformableGym, just open an issue or a
102
118
[pull request](https://github.com/dfki-ric/deformable_gym/pulls). The target branch for
103
-
merge requests is the development branch. The development branch will be merged to master for new releases. If you have
119
+
merge requests is the development branch. The development branch will be merged to main for new releases. If you have
104
120
questions about the software, you should ask them in the discussion section.
105
121
106
122
The recommended workflow to add a new feature, add documentation, or fix a bug is the following:
0 commit comments