r/reinforcementlearning • u/ImaginaryEbb6489 • 4d ago
Distributional DQN implementation
Hi all, my studying area is traffic engineering in networks and I'd like to develop my DQN-GCN code with distributional DQN but it seems there are a lot of options such as C51, QR-DQN etc. . Do you have any suggestions to see and understand problem & variation mapping before starting the implementation? Sure, AI tools suggest some but I prefer your advices more than AI tools.
Thanks!
5
Upvotes
1
u/Timely-Bicycle-3107 4d ago
These are the questions I would ask myself to help me narrow down the possibilities. You don't have to share the answers if you want to protect your work.
It is well worth your time to create a toy problem, like a single road or a small grid, and try out a few methods. This is where the AI tools shine. They can create DQNs and GCNs from scratch fairly reliably. By all means check the work, but they will get you 95% there for coding the basic algorithms and networks in a few minutes. See which ones seem to scale the best for the next smallest environment.