An open API service indexing awesome lists of open source software.

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

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.