We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a74d3 commit db8c0e5Copy full SHA for db8c0e5
1 file changed
src/ppo/main.clj
@@ -2,7 +2,7 @@
2
:clay {:title "Proximal Policy Optimization with Clojure and PyTorch"
3
:external-requirements []
4
:quarto {:author [:janwedekind]
5
- :draft true
+ :draft false
6
:description "A Clojure port of XinJingHao's PPO implementation using libpython-clj2, PyTorch, and Quil"
7
:image "pendulum.png"
8
:type :post
0 commit comments