Colabs
This directory containsutils.py
,
which provides a number of useful utilities for loading experiment statistics.
We also provide a set of colabs to help illustrate how you can use Dopamine.
Agents
In this
colab
we illustrate how to create a new agent by either subclassingDQN
or by creating a new agent from scratch.
Loading statistics
In this
colab
we illustrate how to load and visualize the logs data produced by Dopamine.
Visualizing with Tensorboard
In this
colab
we illustrate how to download and visualize different agents with Tensorboard.