# rlcpp **Repository Path**: yuhui-must/rlcpp ## Basic Information - **Project Name**: rlcpp - **Description**: Reinforcement Learning Algorithms with C++ - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: RLdev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-29 - **Last Updated**: 2022-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RLCPP Reinforcement Learning Algorithms with C++ ## how to build ```bash mkdir build cd build cmake .. -DDYNET_ROOT=/path/to/dynet make -j ```