Value prediction

16 papers with code • 1 benchmarks • 0 datasets

This task has no description! Would you like to contribute one?

PIVEN: A Deep Neural Network for Prediction Intervals with Specific Value Prediction

elisim/piven 9 Jun 2020

Improving the robustness of neural nets in regression tasks is key to their application in multiple domains.

35
09 Jun 2020

Spatial Action Maps for Mobile Manipulation

jimmyyhwu/spatial-action-maps 20 Apr 2020

Typical end-to-end formulations for learning robotic navigation involve predicting a small set of steering command actions (e. g., step forward, turn left, turn right, etc.)

30
20 Apr 2020

Code Prediction by Feeding Trees to Transformers

facebookresearch/code-prediction-transformer 30 Mar 2020

We provide comprehensive experimental evaluation of our proposal, along with alternative design choices, on a standard Python dataset, as well as on a Python corpus internal to Facebook.

99
30 Mar 2020

ACE: An Actor Ensemble Algorithm for Continuous Control with Tree Search

ShangtongZhang/DeepRL 6 Nov 2018

In this paper, we propose an actor ensemble algorithm, named ACE, for continuous control with a deterministic policy in reinforcement learning.

3,101
06 Nov 2018

TreeQN and ATreeC: Differentiable Tree-Structured Models for Deep Reinforcement Learning

oxwhirl/treeqn ICLR 2018

To address these challenges, we propose TreeQN, a differentiable, recursive, tree-structured model that serves as a drop-in replacement for any value function network in deep RL with discrete actions.

87
31 Oct 2017

Value Prediction Network

junhyukoh/value-prediction-network NeurIPS 2017

This paper proposes a novel deep reinforcement learning (RL) architecture, called Value Prediction Network (VPN), which integrates model-free and model-based RL methods into a single neural network.

164
11 Jul 2017