Files
Tom Hennigan 03be2142f9 Remove usages of apply_rng=True from Haiku code.
This change is a no-op, `apply_rng=True` is the default value and for the last
year True has been the only accepted value for apply_rng. We intend to remove
this argument from Haiku in an upcoming change.

PiperOrigin-RevId: 413426614
2021-12-03 16:03:49 +00:00
..
2020-10-20 22:59:38 +01:00

Accompanying code for Value-driven Hindsight Modelling

himo_example.ipynb contains code for the illustrative task of Section 3.2 in the paper.

Requirements and Installation

This is a Colaboratory notebook: Open In Colab

If your runtime doesn't include Haiku and Tree please run the cell labeled "Install extra dependencies" which contains the following pip installation commands:

!pip install dm-haiku

!pip install dm-tree

Reference

Value-driven Hindsight Modelling Arthur Guez, Fabio Viola, Théophane Weber, Lars Buesing, Steven Kapturowski, Doina Precup, David Silver, and Nicolas Heess Neural Information Processing Systems 2020, URL: https://arxiv.org/abs/2002.08329