Live data from Hacker News

Proximal Policy Optimization with Clojure and PyTorch

clojurecivitas.org

1–2 of 2 posts

Re: Proximal Policy Optimization with Clojure and PyTorch

#2
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.