# tabular_qrm **Repository Path**: electricsoul/tabular_qrm ## Basic Information - **Project Name**: tabular_qrm - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-07 - **Last Updated**: 2021-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tabular_qrm #### 介绍 根据论文 Using Reward Machines for High-Level Task Specification and Decomposition in Reinforcement Learning 进行的 QRM 机制简单复现。 #### 安装与运行 1. 操作系统:ubuntu 20.04 2. 安装 opencv (任何版本) 3. 打开命令行,进入本目录 4. 编译 ```bash mkdir build cmake .. make ``` 5. 运行 ```bash ./test ```