# recommend **Repository Path**: youngnowhere/recommend ## Basic Information - **Project Name**: recommend - **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-03-09 - **Last Updated**: 2021-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hierarchical Reinforcement Learning for Course Recommendation in MOOCs This is the basic implementation of our AAAI'19 paper Jing Zhang, Bowen Hao, Bo Chen, Cuiping Li*, Hong Chen, Jimeng Sun ## Requirements * Ubuntu 16.04 * Python 3 / Python 2.7 * Tensorflow Note: You can either use tensorflow-gpu or tensorflow-cpu to run this code. The dataset will be avaliable at http://moocdata.cn/data/course-recommendation . ## How to run ``` python Train.py ```