← Search

Víctor Campos

3 accepted papers

2023

Human-level Atari 200x faster

ICLR 2023poster

The task of building general agents that perform well over a wide range of tasks has been an important goal in reinforcement learning since its inception. The problem has been subject of research of a large body of work, with performance frequently measured by observing scores over the wide range of…

Cited by 47SourcePDFScholar
2019

How to Initialize your Network? Robust Initialization for WeightNorm & ResNets

NeurIPS 2019poster

Residual networks (ResNet) and weight normalization play an important role in various deep learning applications. However, parameter initialization strategies have not been studied previously for weight normalized networks and, in practice, initialization methods designed for un-normalized networks…

2018

Skip RNN: Learning to Skip State Updates in Recurrent Neural Networks

ICLR 2018poster

Recurrent Neural Networks (RNNs) continue to show outstanding performance in sequence modeling tasks. However, training RNNs on long sequences often face challenges like slow inference, vanishing gradients and difficulty in capturing long term dependencies. In backpropagation through time settings,…