Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 281 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 281 Bytes

DDPG_LibTorch

An implementation of the DDPG Algorithm in LibTorch

As environment I used OpenAi-Gym

C++ OpenAi-Gym API

and

JSON for Modern C++

I could successfully solve the Pendulum environment.