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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,17 @@
5
5
# Probabilistic Mission Design
6
6
7
7
This repository implements Probabilistic Mission Design (ProMis).
8
-
ProMis allows the user to formalize their knowledge about local rules, such as traffic regulations, to constrain an agent's actions and motion.
9
-
To do so, we employ probabilistic first-order logic, a mathematical framework combining formal reasoning with probabilistic inference.
8
+
ProMis enables users to formalize their knowledge of local rules, such as traffic regulations, to constrain an agent's actions and movements.
9
+
To achieve this, we employ probabilistic first-order logic, a mathematical framework that combines formal reasoning with probabilistic inference.
10
10
This provides a weighted belief whether the encoded rules are satisfied for a state or action.
11
11
12
12
Using ProMis, we pave the way towards Constitutional Agents.
13
-
Such agents can give reason for their actions and act in a principled fashion even under uncertainty.
14
-
To this end, ProMis gives high-level, easy-to-understand, and adaptable control over the navigation process, e.g., to effortlessly integrate local laws with operator requirements and environmental uncertainties into logical and spatial constraints.
13
+
Such agents can give reasons for their actions and act in a principled fashion even under uncertainty.
14
+
To this end, ProMis provides high-level, easy-to-understand, and adaptable control over the navigation process, for example, to seamlessly integrate local laws, operator requirements, and environmental uncertainties into logical and spatial constraints.
15
15
16
-
Using ProMis, scalar fields of the probability of adhering to the agent's constitution across its state-space are obtained.
17
-
These can then be utilized for tasks such as path planning, automated clearance granting, explaining the impact of and optimizing mission parameters.
18
-
For instance, the following shows ProMis being applied in a diverse set of scenarios, with a high probability of satisfying all flight restrictions being shown in blue, a low-probability being shown in red, and unsuitable spaces being transparent.
16
+
Using ProMis, scalar fields of the probability of adhering to the agent's constitution are obtained across its state space.
17
+
These can then be utilized for tasks such as path planning, automated clearance granting, explaining the impact of, and optimizing mission parameters.
18
+
For instance, the following shows ProMis being applied in a diverse set of scenarios, with a high probability of satisfying all flight restrictions being shown in blue, a lowprobability being shown in red, and unsuitable spaces being transparent.
@@ -24,7 +24,7 @@ For instance, the following shows ProMis being applied in a diverse set of scena
24
24
# Usage
25
25
26
26
To install ProMis, please follow the instructions [here](https://hri-eu.github.io/ProMis/installation.html).
27
-
For an in-depth walkthrough on applying ProMis in your own applications, you can check our [usage guide](https://hri-eu.github.io/ProMis/usage.html).
27
+
For an in-depth walkthrough on applying ProMis in your own applications, you can check our [usage guide](https://hri-eu.github.io/ProMis/notebooks/usage.html).
28
28
An [interactive version](https://github.com/HRI-EU/ProMis/blob/main/examples/usage.ipynb) of the usage guide is also available in this repository.
0 commit comments