Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 463 Bytes

File metadata and controls

9 lines (6 loc) · 463 Bytes

gym_cpp

Python is great for testing ideas, but in real world robotics is done in Cpp.The purpose of this repo is to create playground for cpp implementations of reinforcement learning algorithms.

Environments includes some of the environments in openai gym as it is and some additional environments. In order to unleash full power of Cpp, the environments are also implemented using Cpu parallelization.

More is coming soon.