Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 150 Bytes

File metadata and controls

14 lines (9 loc) · 150 Bytes

RLCPP

Reinforcement Learning Algorithms with C++

how to build

mkdir build
cd build
cmake .. -DDYNET_ROOT=/path/to/dynet
make -j