Try to fix type error
Browse files
app.py
CHANGED
@@ -36,6 +36,8 @@ For more information about KAN you can read the [paper](https://arxiv.org/abs/24
|
|
36 |
To follow the progress of KAN in RL you can check the repo [kanrl](https://github.com/riiswa/kanrl) (you can run this app locally).
|
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", "HalfCheetah-v3", "Walker2d-v3"]
|
|
|
36 |
To follow the progress of KAN in RL you can check the repo [kanrl](https://github.com/riiswa/kanrl) (you can run this app locally).
|
37 |
|
38 |
[![riiswa/kanrl - GitHub](https://gh-card.dev/repos/riiswa/kanrl.svg)](https://github.com/riiswa/kanrl)
|
39 |
+
|
40 |
+
*Please be patient, as the process may take a few minutes to run, especially in environments with large state/action spaces or with a complex KAN architecture.*
|
41 |
"""
|
42 |
|
43 |
envs = ["CartPole-v1", "MountainCar-v0", "Acrobot-v1", "Pendulum-v1", "MountainCarContinuous-v0", "LunarLander-v2", "Swimmer-v3", "Hopper-v3", "HalfCheetah-v3", "Walker2d-v3"]
|