riiswa commited on
Commit
7377a42
1 Parent(s): 1240765
Files changed (2) hide show
  1. README.md +3 -3
  2. app.py +2 -0
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: RL Interpretable Policy Via Kolmogorov Arnold Network
3
- emoji: 👀
4
- colorFrom: green
5
- colorTo: gray
6
  sdk: gradio
7
  sdk_version: 4.29.0
8
  app_file: app.py
 
1
  ---
2
  title: RL Interpretable Policy Via Kolmogorov Arnold Network
3
+ emoji: 🧠➡️🔢
4
+ colorFrom: red
5
+ colorTo: violet
6
  sdk: gradio
7
  sdk_version: 4.29.0
8
  app_file: app.py
app.py CHANGED
@@ -34,6 +34,8 @@ In this demo, we showcase a method to make a trained Reinforcement Learning (RL)
34
 
35
  For more information about KAN you can read the [paper](https://arxiv.org/abs/2404.19756), and check the [PyTorch official information](https://github.com/KindXiaoming/pykan).
36
  To follow the progress of KAN in RL you can check the repo [kanrl](https://github.com/riiswa/kanrl).
 
 
37
  """
38
 
39
  envs = ["CartPole-v1", "MountainCar-v0", "Acrobot-v1", "Pendulum-v1", "MountainCarContinuous-v0", "LunarLander-v2", "Swimmer-v3", "Hopper-v3"]
 
34
 
35
  For more information about KAN you can read the [paper](https://arxiv.org/abs/2404.19756), and check the [PyTorch official information](https://github.com/KindXiaoming/pykan).
36
  To follow the progress of KAN in RL you can check the repo [kanrl](https://github.com/riiswa/kanrl).
37
+
38
+ [![riiswa/kanrl - GitHub](https://gh-card.dev/repos/riiswa/kanrl.svg)](https://github.com/riiswa/kanrl)
39
  """
40
 
41
  envs = ["CartPole-v1", "MountainCar-v0", "Acrobot-v1", "Pendulum-v1", "MountainCarContinuous-v0", "LunarLander-v2", "Swimmer-v3", "Hopper-v3"]