An Integrated Approach to Neural Architecture Search for Deep Q-Networks
Iman Rahmani, Saman Yazdannik, Morteza Tayefi, Jafar Roshanian

TL;DR
This paper introduces NAS-DQN, an adaptive neural architecture search method integrated into deep reinforcement learning, which dynamically optimizes network design during training to improve performance and efficiency.
Contribution
It presents NAS-DQN, a novel approach that incorporates online neural architecture search into DRL, enabling dynamic reconfiguration and outperforming fixed architectures.
Findings
NAS-DQN achieves higher final performance
It improves sample efficiency and policy stability
The learned search strategy outperforms random exploration
Abstract
The performance of deep reinforcement learning agents is fundamentally constrained by their neural network architecture, a choice traditionally made through expensive hyperparameter searches and then fixed throughout training. This work investigates whether online, adaptive architecture optimization can escape this constraint and outperform static designs. We introduce NAS-DQN, an agent that integrates a learned neural architecture search controller directly into the DRL training loop, enabling dynamic network reconfiguration based on cumulative performance feedback. We evaluate NAS-DQN against three fixed-architecture baselines and a random search control on a continuous control task, conducting experiments over multiple random seeds. Our results demonstrate that NAS-DQN achieves superior final performance, sample efficiency, and policy stability while incurring negligible…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Advanced Neural Network Applications · Adversarial Robustness in Machine Learning
