https://github.com/tybrucechen/dqn-kan-test
This repository tries to realize DQN with superseding MLP with KAN
https://github.com/tybrucechen/dqn-kan-test
Last synced: 2 months ago
JSON representation
This repository tries to realize DQN with superseding MLP with KAN
- Host: GitHub
- URL: https://github.com/tybrucechen/dqn-kan-test
- Owner: TyBruceChen
- Created: 2024-06-11T06:07:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T06:18:32.000Z (11 months ago)
- Last Synced: 2025-01-19T18:45:24.969Z (4 months ago)
- Language: Jupyter Notebook
- Size: 338 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DQN-KAN-test
This repository tries to realize DQN superseding MLP with KAN.The code is originally run on Google Colab, if someone wants to run it locally in juypter, slight modifications (indentation) may be required.
Besides, currently, this code failed to converge the DQN training, if someone is interested in successfully realizing the DQN-KAN training, please raise an issue.