pytorch-cpp-rl
pytorch-cpp-rl copied to clipboard
PyTorch C++ Reinforcement Learning
HI, authors. Thanks for your great job. When I am building this repo on Windows 10 platform with the libtorch 1.4 library. I am faced with the C10_LIBRARY NOT FOUND...
Hi author, Thanks for your great work first! I'm having following error when I tried to compile it on Linux: ``` lesley@cafe1:~/pytorch-cpp-rl/build$ cmake -DCMAKE_PREFIX_PATH=/home/lesley/pytorch-cpp-rl/libtorch .. -- Looking for C++ include...
https://github.com/Mikoto10032/DeepLearning/blob/master/books/%5B%E6%B7%B1%E5%BA%A6%E5%BC%BA%E5%8C%96%E5%AD%A6%E4%B9%A0%5D%5BHung-yi%20Lee%5D/PPO%20(v3).pdf in this pdf page 9. formula as this 𝑝𝜃 𝜏 = 𝑝 𝑠1 𝑝𝜃 𝑎1|𝑠1 𝑝 𝑠2|𝑠1, 𝑎1 𝑝𝜃 𝑎2|𝑠2 𝑝 𝑠3|𝑠2, 𝑎2 ⋯ where is the formula in...
Hi, thank you for the program. I get from the server side following Render not defined. ` Render not defined for Render not defined for ` I also tried a...
compiling with g++ 9.2.1 on Ubuntu 16.04 I get the following compiler error; any ideas what might # output of _make_ command: Scanning dependencies of target cpprl [ 1%] Building...
Some time around ae030395f56efca50a51335fe4f3367caf950066 we regressed and the example code in `gym_client.cpp` doesn't converge any more. Presumably because of some difference in our observation normalization compared to the OpenAI Baselines...
With instruction in this repo, I can only see terminal output word, is there any method to show game play on srceen? And, wish it can show on Windows.
perhaps things have changed in the latest versions of torch since you wrote this? 
Hello, I'm getting the following error when trying to use cmake: CMake Error in CMakeLists.txt: Imported target "torch" includes non-existent path "C:/Program Files/NVIDIA Corporation/NvToolsExt/include" in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:...