{ "cells": [ { "cell_type": "markdown", "metadata": { "id": "M98bqxdMsTXK" }, "source": [ "# Collector\n", "From its literal meaning, we can easily know that the Collector in Tianshou is used to collect training data. More specifically, the Collector controls the interaction between Policy (agent) and the environment. It also helps save the interaction data into the ReplayBuffer and returns episode statistics.\n", "\n", "