forked from rock-learning/bolero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
37 lines (35 loc) · 1.38 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
34
35
36
37
<package>
<description brief="bolero">
Behavior Optimization and Learning for Robots. These are the Python modules
of BOLeRo. This description, however, is for the whole BOLeRo project.
</description>
<author>Alexander Fabisch/[email protected], Malte Langosz/[email protected]</author>
<maintainer>Alexander Fabisch/[email protected], Malte Langosz/[email protected]</maintainer>
<license>New BSD</license>
<url>https://github.com/rock-learning/bolero</url>
<logo>https://raw.githubusercontent.com/rock-learning/bolero/master/doc/source/_static/logo.png</logo>
<keywords>
<keyword>Learning</keyword>
<keyword>machine learning</keyword>
<keyword>reinforcement learning</keyword>
<keyword>policy search</keyword>
<keyword>robotics</keyword>
<keyword>evolutionary algorithms</keyword>
</keywords>
<stage>1</stage>
<use>multi project</use>
<activity>active</activity>
<classifiers>
<classifier>python</classifier>
<classifier>c++</classifier>
<classifier>ubuntu</classifier>
<classifier>macos</classifier>
</classifiers>
<rosdep name="python" />
<rosdep name="python-numpy" />
<rosdep name="python-scipy" />
<rosdep name="python-matplotlib" />
<rosdep name="python-sklearn" />
<depend package="learning/bolero/bolero/wrapper" />
<depend package="learning/bolero/src/representation/promp" />
</package>