Skip to content

Commit fac71ad

Browse files
committed
deanonymized repo
1 parent 703ecc4 commit fac71ad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
**Rulebook** is a language for complex interactive subsystems (reinforcement learning environments, videogames, UIs with graph-like transitions, multistep procedures, ...).
44

5-
Rulebook is compiled and statically checked, the key and innovative feature of the language are [Action functions with SPIN properties](anonymous), which help to:
5+
Rulebook is compiled and statically checked, the key and innovative feature of the language are [Action functions with SPIN properties](https://rl-language.github.io/language_tour.html#action-functions), which help to:
66

7-
* [store, load, print, replay, modify](anonymous) both execution traces and the program state
8-
* **automatically test** your interactive code using off-the-shelf [fuzzers](anonymous), [proofs](anonymous) and [reinforcement learning](anonymous)
9-
* write [self-configuring UIs](anonymous), where UIs can inspect the underlying program they present and configure themselves accordingly.
10-
* [automatically remote execute](anonymous) interactive code over the network.
7+
* [store, load, print, replay, modify](https://rl-language.github.io/language_tour.html#spin-functions-implications) both execution traces and the program state
8+
* **automatically test** your interactive code using off-the-shelf [fuzzers](https://rl-language.github.io/language_tour.html#automatic-testing), [proofs](https://rl-language.github.io/language_tour.html#finite-interactive-programs) and [reinforcement learning](https://rl-language.github.io/language_tour.html#reinforcement-learning)
9+
* write [self-configuring UIs](https://rl-language.github.io//language_tour.html#self-configuring-uis), where UIs can inspect the underlying program they present and configure themselves accordingly.
10+
* [automatically remote execute](https://rl-language.github.io/language_tour.html#remote-execution) interactive code over the network.
1111

1212
Rulebook:
1313

0 commit comments

Comments
 (0)