navneet-nmk / Pytorch-RL-CPP

A Repository with C++ implementations of Reinforcement Learning Algorithms (Pytorch)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation Error

psimatis opened this issue · comments

commented

Hello,

I successfully compiled Arcade-Learning-Environment, but when I try to compile the RL code I get the following error. Im not sure what Im doing wrong. Any input would be appreciated.

Thanks

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBALE
linked by target "Reinforcement_CPP" in directory /home/****/Pytorch-RL-CPP

-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.

commented

Figured it out. Silly mistake with the paths