-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.xml
33 lines (31 loc) · 1.12 KB
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<package>
<description brief="A benchmark for grasping deformable 3D objects">
This repository contains a collection of RL gym environments built with PyBullet. In these environments, the agent needs to learn to grasp deformable object such as shoe insoles or pillows.
</description>
<author>Melvin Laux/melvin.laux@uni-bremen.de</author>
<maintainer>Melvin Laux/melvin.laux@uni-bremen.de</maintainer>
<license>BSD-3-clause</license>
<url>https://github.com/dfki-ric/deformable_gym</url>
<logo>none</logo>
<depend package="python" />
<depend package="python-pip" />
<depend package="python-matplotlib" />
<depend package="pybullet" />
<depend package="numpy" />
<depend package="gym" />
<depend package="pytransform3d" />
<keywords>
<keyword>simulation</keyword>
<keyword>learning</keyword>
</keywords>
<stage>1</stage>
<use>multi project</use>
<activity>active</activity>
<classifiers>
<classifier>python</classifier>
<classifier>gym</classifier>
<classifier>learning</classifier>
<classifier>ubuntu</classifier>
<classifier>windows</classifier>
</classifiers>
</package>