Skip to content

Commit 7bfc583

Browse files
authored
Update README.md
Improved grammar and fixed usage guide link
1 parent d0a2a4e commit 7bfc583

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
# Probabilistic Mission Design
66

77
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.
1010
This provides a weighted belief whether the encoded rules are satisfied for a state or action.
1111

1212
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.
1515

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 low probability being shown in red, and unsuitable spaces being transparent.
1919

2020
<p align="center">
2121
<img src="https://github.com/HRI-EU/ProMis/blob/main/images/landscapes.png"/>
@@ -24,7 +24,7 @@ For instance, the following shows ProMis being applied in a diverse set of scena
2424
# Usage
2525

2626
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).
2828
An [interactive version](https://github.com/HRI-EU/ProMis/blob/main/examples/usage.ipynb) of the usage guide is also available in this repository.
2929

3030
# Cite

0 commit comments

Comments
 (0)