An open API service indexing awesome lists of open source software.

https://github.com/adeelh/logic_rl

613 class project
https://github.com/adeelh/logic_rl

Last synced: about 1 year ago
JSON representation

613 class project

Awesome Lists containing this project

README

          

## Using Temporal Logic in Reinforcement Learning
We explore two possible applications of Temporal Logic (TL) to Reinforcement Learning (RL): TL-based controller verification and TL-based rewards. We conduct some experiments applying these ideas to RL problems and discuss where they may work better than the traditional RL approaches.

### Requirements
This project uses [py-metric-temporal-logic](https://github.com/mvcisback/py-metric-temporal-logic).
```
$ pip install metric-temporal-logic
```