Proximal Policy Optimization with Clojure and PyTorch(clojurecivitas.org)
clojurecivitas.org
Proximal Policy Optimization with Clojure and PyTorch
https://clojurecivitas.org/ppo/main.html
1 comments
A Clojure port of XinJingHao’s PPO implementation using libpython-clj2, PyTorch, and Quil. PPO is a reinforcement learning method which has become popular because it addresses the problem of stability. The PPO implementation is tested using the inverted pendulum problem.