Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions about the KAQN implementation #14

Open
moripiri opened this issue Jun 2, 2024 · 0 comments
Open

Questions about the KAQN implementation #14

moripiri opened this issue Jun 2, 2024 · 0 comments

Comments

@moripiri
Copy link

moripiri commented Jun 2, 2024

Hello. As someone who are interested in RL and KAN, it's great to see that someone is already working on combining KAN and RL.

It's really exciting to find out that KAQN improves the performance and efficiency of RL, and now I'm planning to extend it to other RL algorithms(ex. TD3, SAC, etc). Yet before starting it I want to ask few questions about your implementation.

  1. offline training
  • KAQN seems to train after an episode ends, which is different to normal DQN implementation(training every step), and config.train_steps is set to 5, which seems to be very small in my opinion. Does training KAQN every step leads to training failure?
  1. number of episode-based training schedule
  • KAQN seems to schedule warming up(random action), copying q-network to target q-network, update_grid_from_samples. Yet doing it by number of episodes will not guarantee equal training setting by each run. Is it done on purpose?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant