ppo_cpp
ppo_cpp copied to clipboard
C++ version of a Deep Reinforcement Learning algorithm PPO
Dear Antymon, I am at the stage of trying to compile my_own_ppo2.cpp with my_own_env.hpp inherited from the env.hpp. I am wondering if there is an option of not using the...
Hi Antymon, Thanks very much for the repo so that people can export the trained agent from python to c++. I would like to confirm the changes I have to...
Hi Antymon: Your PPO code is interesting. I am wondering whether it can be used for parallel training, where each episode is a mpi/openmp solver. I would like to perform...