paper-with-me

Papers

DeepTraffic: Crowdsourced Hyperparameter Tuning of Deep Reinforcement Learning Systems for Multi-Agent Dense Traffic Navigation

2018-01-09 · Lex Fridman, Jack Terwilliger, Benedikt Jenik

We present a traffic simulation named DeepTraffic where the planning systems for a subset of the vehicles are handled by a neural network as part of a model-free, off-policy reinforcement learning process. The primary goal of DeepTraffic is to make the hands-on study of deep reinforcement learning accessible to thousands of students, educators, and researchers in order to inspire and fuel the exploration and evaluation of deep Q-learning network variants and hyperparameter configurations through large-scale, open competition. This paper investigates the crowd-sourced hyperparameter tuning of the policy network that resulted from the first iteration of the DeepTraffic competition where thousands of participants actively searched through the hyperparameter space.

📄 PDF Abstract BibTeX arXiv:1801.02805

Code (6)

Bhaney44/MIT_DeepTraffic
NeekhilD/Learning-Competition
asarav/MIT-Deep-Traffic-Solution
ashtawy/deeptraffic
lexfridman/deeptraffic
xiexiexiaoxiexie/Udacity-self-driving-car-engineer-P7-Highway-Driving

Tasks

Autonomous DrivingAutonomous NavigationDeep Reinforcement LearningQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Transfer Learning versus Multi-agent Learning regarding Distributed Decision-Making in Highway Traffic

2018-10-19 · Mark Schutera, Niklas Goby, Dirk Neumann, Markus Reischl

Transportation and traffic are currently undergoing a rapid increase in terms of both scale and complexity. At the same time, an increasing share of traffic participants are being transformed into agents driven or suppor…

Decision MakingDeep Reinforcement LearningReinforcement LearningTransfer Learning

Bayesian Optimization for Iterative Learning

2019-09-20 · NeurIPS 2020 12 · Vu Nguyen, Sebastian Schulze, Michael A. Osborne

The performance of deep (reinforcement) learning systems crucially depends on the choice of hyperparameters. Their tuning is notoriously expensive, typically requiring an iterative training process to run for numerous st…

Bayesian OptimizationDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

A Method for Evaluating Hyperparameter Sensitivity in Reinforcement Learning

2024-12-10 · Jacob Adkins, Michael Bowling, Adam White

The performance of modern reinforcement learning algorithms critically relies on tuning ever-increasing numbers of hyperparameters. Often, small changes in a hyperparameter can lead to drastic changes in performance, and…

reinforcement-learningReinforcement LearningSensitivity

RLGS: Reinforcement Learning-Based Adaptive Hyperparameter Tuning for Gaussian Splatting

2025-08-06 · Zhan Li, Huangying Zhan, Changyang Li, Qingan Yan 외 arxiv

Hyperparameter tuning in 3D Gaussian Splatting (3DGS) is a labor-intensive and expert-driven process, often resulting in inconsistent reconstructions and suboptimal results. We propose RLGS, a plug-and-play reinforcement…

Reinforcement Learning

Online Weighted Q-Ensembles for Reduced Hyperparameter Tuning in Reinforcement Learning

2022-09-29 · Renata Garcia, Wouter Caarls

Reinforcement learning is a promising paradigm for learning robot control, allowing complex control policies to be learned without requiring a dynamics model. However, even state of the art algorithms can be difficult to…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)