We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06dff3 commit f30aeb4Copy full SHA for f30aeb4
3 files changed
.github/workflows/render-and-publish.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
pip install plotly kaleido
26
+ pip install --index-url https://download.pytorch.org/whl/cpu torch
27
28
- name: Set up Java
29
uses: actions/setup-java@v4
src/ppo/main.clj
@@ -0,0 +1,13 @@
1
+^{:kindly/hide-code true
2
+ :clay {:title "Proximal Policy Optimization with Clojure and Pytorch"
3
+ :external-requirements []
4
+ :quarto {:author [:janwedekind]
5
+ :draft true
6
+ :description "A Clojure port of Jinghao's PPO implementation using Pytorch and Quil"
7
+ :image "pendulum.png"
8
+ :type :post
9
+ :date "2026-04-18"
10
+ :category :ml
11
+ :tags [:physics :machine-learning :optimization :ppo :control]}}}
12
+
13
+(ns ppo.main)
src/ppo/pendulum.png
6.34 KB
0 commit comments